summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorSebastien Blaisot <sebastien@blaisot.org>2016-11-23 09:33:34 +0100
committerSebastien Blaisot <sebastien@blaisot.org>2016-11-23 09:33:34 +0100
commit6b552ebb384f0592c673acd26b35f850c02530c0 (patch)
tree01ecf8ccd0785a51f8f85b979a2a15b54f765a08 /appveyor.yml
parent9a3cf17cc30becf55df4117277af6f9ec3eced50 (diff)
Fix appveyor build folder path
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index fcb0b29a60..7c5f8adc13 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -31,9 +31,10 @@ install:
- cd scons-2.5.1
- python setup.py install
- echo *** Downloading precompiled build environment if not in build-cache
+ - cd %APPVEYOR_BUILD_FOLDER%
- build\appveyor\install_buildenv.bat %platform% %configuration%
before_build:
- - cd C:\projects\mixxx
+ - cd %APPVEYOR_BUILD_FOLDER%
build_script:
- build\appveyor\build_mixxx.bat %platform% %configuration%
test_script: