summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorSebastien Blaisot <sebastien@blaisot.org>2016-11-23 00:56:49 +0100
committerSebastien Blaisot <sebastien@blaisot.org>2016-11-23 01:26:28 +0100
commit8603f2845cc09172c701fb5fab0802e0bef84c7e (patch)
tree0d98131b46d16184742c1e082883ddca6d88b686 /appveyor.yml
parent7dfee41064cba4c9c9bfe93e2bbafd9c6c2e4c88 (diff)
Update URLs
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 885fdb735b..b9d03fc137 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -26,12 +26,12 @@ install:
- echo *** Downloading and installing scons
# SF.net download currently broken from EC2 to some mirrors, so hosting scons myself
# - curl -fsS -L -o scons-2.5.1.zip http://prdownloads.sourceforge.net/scons/scons-2.5.1.zip
- - curl -fsS -L -o scons-2.5.1.zip http://url_to_appveyor_build_env/scons-2.5.1.zip
+ - curl -fsS -L -o scons-2.5.1.zip http://downloads.mixxx.org/builds/appveyor/environments/2.0/scons-2.5.1.zip
- 7z x scons-2.5.1.zip
- cd scons-2.5.1
- python setup.py install
- echo *** Downloading precompiled build environment if not in build-cache
- - curl -fsS -L -o install_buildenv.bat http://url_to_appveyor_build_env/install_buildenv.bat
+ - curl -fsS -L -o install_buildenv.bat http://downloads.mixxx.org/builds/appveyor/environments/2.0/install_buildenv.bat
- .\install_buildenv.bat %platform% %configuration%
before_build:
- cd C:\projects\mixxx