summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorSebastien Blaisot <sebastien@blaisot.org>2016-11-23 09:20:07 +0100
committerSebastien Blaisot <sebastien@blaisot.org>2016-11-23 09:20:07 +0100
commit9a3cf17cc30becf55df4117277af6f9ec3eced50 (patch)
tree336ed457bb56f77ff19b216cc73f29b22427ba4d /appveyor.yml
parent8603f2845cc09172c701fb5fab0802e0bef84c7e (diff)
Move appveyor build scripts to build/appveyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b9d03fc137..fcb0b29a60 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -26,17 +26,16 @@ 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://downloads.mixxx.org/builds/appveyor/environments/2.0/scons-2.5.1.zip
+ - curl -fsS -L -o scons-2.5.1.zip https://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://downloads.mixxx.org/builds/appveyor/environments/2.0/install_buildenv.bat
- - .\install_buildenv.bat %platform% %configuration%
+ - build\appveyor\install_buildenv.bat %platform% %configuration%
before_build:
- cd C:\projects\mixxx
build_script:
- - C:\mixxx-buildserver\build_mixxx.bat %platform% %configuration%
+ - build\appveyor\build_mixxx.bat %platform% %configuration%
test_script:
- echo *** Testing
# Calling mixxx-test under bash to have standard output