diff --git a/appveyor.yml b/appveyor.yml index 9a96e9fc..a668be1f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,6 +24,7 @@ install: - cd build - cmake ../ -DBOOST_INCLUDEDIR=C:\Libraries\boost_1_66_0 - msbuild /p:Configuration=Release ALL_BUILD.vcxproj + - cd %APPVEYOR_BUILD_FOLDER% build: false