From 0e2a099dca8afbed933aa25f47da37396e69fe5e Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 17 Dec 2015 22:07:57 +0000 Subject: Change back to project directory at end, so that Appveyor can find the solution file and build it. --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'appveyor.yml') 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 -- cgit v1.2.3