aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/ci/setup_appveyor.bat
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-12-04 08:36:01 -0500
committerJack Lloyd <[email protected]>2018-12-04 08:36:01 -0500
commita781eced49e67a0853acf34992c838725c1b2914 (patch)
tree49a418a5fe96999779e61015ed0863fae48f7c06 /src/scripts/ci/setup_appveyor.bat
parenta91e85f83b1dd64460ef785625cdcdb73ccb3c9b (diff)
Use AppVeyor installed jom
Diffstat (limited to 'src/scripts/ci/setup_appveyor.bat')
-rw-r--r--src/scripts/ci/setup_appveyor.bat3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/scripts/ci/setup_appveyor.bat b/src/scripts/ci/setup_appveyor.bat
index 6da5faa4b..617774ed1 100644
--- a/src/scripts/ci/setup_appveyor.bat
+++ b/src/scripts/ci/setup_appveyor.bat
@@ -8,5 +8,4 @@ if %MSVS% == 2017 call "%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Communi
rem check compiler version
cl
-git clone --depth 1 https://github.com/randombit/botan-ci-tools
-7z e botan-ci-tools/jom_1_1_2.zip
+set PATH=C:\Qt\Tools\QtCreator\bin;%PATH%