aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/ci/setup_appveyor.bat
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-11-13 19:48:41 -0500
committerJack Lloyd <[email protected]>2017-11-13 19:49:36 -0500
commit41c31ca694b54d6cf6302613d2f9a597f6357e33 (patch)
tree4a50718349359138eef17c4df30cdc160b679030 /src/scripts/ci/setup_appveyor.bat
parent4f7ef92269a3051c8afc7148566d23c9aa55a069 (diff)
Use jom via botan-ci-tools repo
download.qt.io seems to be down ...
Diffstat (limited to 'src/scripts/ci/setup_appveyor.bat')
-rw-r--r--src/scripts/ci/setup_appveyor.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scripts/ci/setup_appveyor.bat b/src/scripts/ci/setup_appveyor.bat
index e3f081773..6da5faa4b 100644
--- a/src/scripts/ci/setup_appveyor.bat
+++ b/src/scripts/ci/setup_appveyor.bat
@@ -8,5 +8,5 @@ if %MSVS% == 2017 call "%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Communi
rem check compiler version
cl
-appveyor DownloadFile http://download.qt.io/official_releases/jom/jom.zip -FileName jom.zip
-7z e jom.zip
+git clone --depth 1 https://github.com/randombit/botan-ci-tools
+7z e botan-ci-tools/jom_1_1_2.zip