build: fix again
This commit is contained in:
parent
041265ab8f
commit
5e2cb22675
|
|
@ -22,9 +22,6 @@ build_script:
|
||||||
cmake .. -Dembree_DIR="c:/embree-2.10.0.win32.windows/lib/cmake/embree-2.10.0"
|
cmake .. -Dembree_DIR="c:/embree-2.10.0.win32.windows/lib/cmake/embree-2.10.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
cmake --build . --config Release
|
msbuild PACKAGE.vcxproj /p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
||||||
|
|
||||||
cpack
|
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: cmakebuild\*.zip
|
- path: cmakebuild\*.zip
|
||||||
Loading…
Reference in New Issue