From cd91115aa1975aadbe72b1cc3cf5f1daea7bf1d0 Mon Sep 17 00:00:00 2001 From: huxingyi Date: Fri, 13 Apr 2018 20:43:30 -0700 Subject: [PATCH] Fix appveyor --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) 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