From 5e2cb22675f0c9e5df6bf7934d98c0d7b853c493 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Fri, 17 Jun 2016 22:16:31 -0600 Subject: [PATCH] build: fix again --- appveyor.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8304be86..664c1e6d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,9 +22,6 @@ build_script: cmake .. -Dembree_DIR="c:/embree-2.10.0.win32.windows/lib/cmake/embree-2.10.0" } - cmake --build . --config Release - - cpack - + msbuild PACKAGE.vcxproj /p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" artifacts: - path: cmakebuild\*.zip \ No newline at end of file