aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2021-01-26 03:47:20 -0500
committerJack Lloyd <[email protected]>2021-01-26 03:47:20 -0500
commit3add109df522438a51c36be1877e2c32716a49d4 (patch)
tree2d2e6c2ee2ced5dd9a369dafc119092e5238ea78 /src/scripts
parent0e78dab87510c3a5b1b7e50d99e50f6a7c15b135 (diff)
Don't bother downloading jom for MinGW builds
Diffstat (limited to 'src/scripts')
-rw-r--r--src/scripts/ci/setup_appveyor.bat9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/scripts/ci/setup_appveyor.bat b/src/scripts/ci/setup_appveyor.bat
index f30ccd8a6..6008f5195 100644
--- a/src/scripts/ci/setup_appveyor.bat
+++ b/src/scripts/ci/setup_appveyor.bat
@@ -12,10 +12,11 @@ if %CC% == MinGW (
cl
)
+if NOT %CC% == MinGW (
+ appveyor DownloadFile http://download.qt.io/official_releases/jom/jom.zip -FileName jom.zip
+ 7z e jom.zip
+)
+
appveyor DownloadFile https://github.com/mozilla/sccache/releases/download/%SCCACHE_VERSION%/sccache-%SCCACHE_VERSION%-x86_64-pc-windows-msvc.tar.gz
tar -xf sccache-%SCCACHE_VERSION%-x86_64-pc-windows-msvc.tar.gz
-
-appveyor DownloadFile http://download.qt.io/official_releases/jom/jom.zip -FileName jom.zip
-7z e jom.zip
-
set PATH=%PATH%;sccache-%SCCACHE_VERSION%-x86_64-pc-windows-msvc