diff options
author | Jack Lloyd <[email protected]> | 2018-12-04 08:36:01 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-12-04 08:36:01 -0500 |
commit | a781eced49e67a0853acf34992c838725c1b2914 (patch) | |
tree | 49a418a5fe96999779e61015ed0863fae48f7c06 /src/scripts/ci/setup_appveyor.bat | |
parent | a91e85f83b1dd64460ef785625cdcdb73ccb3c9b (diff) |
Use AppVeyor installed jom
Diffstat (limited to 'src/scripts/ci/setup_appveyor.bat')
-rw-r--r-- | src/scripts/ci/setup_appveyor.bat | 3 |
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% |