diff options
author | Jack Lloyd <[email protected]> | 2018-12-04 09:25:31 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-12-04 09:25:31 -0500 |
commit | 50de06c585609d969da5b9ab5812e62328bacaee (patch) | |
tree | 1b531b12d6945d7c8c10f433c3f9de9f69349dd1 /src | |
parent | 7d4bff8bf747cd1c8ed2c175e847aa8a1078f6a0 (diff) | |
parent | a781eced49e67a0853acf34992c838725c1b2914 (diff) |
Merge GH #1768 Use AppVeyor installed jom
Diffstat (limited to 'src')
-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% |