aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2019-01-09 14:47:02 -0800
committerAnders Broman <a.broman58@gmail.com>2019-01-10 05:18:29 +0000
commit1243976ccdf5d76812d6dd05eaf5a1769a454d9b (patch)
treed1a10d669bcfb79d27b210478ca9b34a3b9204d7 /appveyor.yml
parent69a7caac063e392c43bc7226884a11b37482a6e6 (diff)
Move make-version.pl to tools.
Move make-version.pl to the tools directory. Change-Id: I7c3ec8951a682d45d650e3fdb1580d90bf19e8b4 Reviewed-on: https://code.wireshark.org/review/31473 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d329051441..ea3b19230b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -43,7 +43,7 @@ build:
before_build:
# Write ASCII (not UTF-16). Cannot use cmd due to repeated '%' unescapes.
- ps: echo "pkg_format=-%#-AppVeyor" | Out-File -Encoding ASCII version.conf
- - perl make-version.pl --set-release
+ - perl tools/make-version.pl --set-release
- mkdir build
- cd build
- cmake -E time cmake -G "%CMAKE_GENERATOR%" ..