summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-12-17 22:07:57 +0000
committerChris Wilson <chris+github@qwirx.com>2015-12-17 22:07:57 +0000
commit0e2a099dca8afbed933aa25f47da37396e69fe5e (patch)
treef465c684dd660529d9468cad9bfb30071ab8d6f2 /appveyor.yml
parent964fdca8a166302d9eca144169638200595bbd08 (diff)
Change back to project directory at end, so that Appveyor can find the solution file and build it.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 862750f7..ee6504b2 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -77,6 +77,7 @@ install:
- cd %APPVEYOR_BUILD_FOLDER%
- cd infrastructure\cmake
- cmake -G "%Generator%" -A %PLATFORM%
+ - cd %APPVEYOR_BUILD_FOLDER%
test_script:
- cd %APPVEYOR_BUILD_FOLDER%\infrastructure\cmake