build: try again to fix appveyor

This commit is contained in:
Eric Wasylishen 2017-03-06 13:45:40 -08:00
parent af539633a7
commit 7f48a67aa6
1 changed files with 4 additions and 4 deletions

View File

@ -18,14 +18,14 @@ build_script:
If ($env:Platform -Match "x64") {
cmake .. -T v120_xp -Dembree_DIR="c:/embree-2.14.0.x64.windows/lib/cmake/embree-2.14.0" -DCMAKE_GENERATOR_PLATFORM=x64
msbuild /target:testlight;PACKAGE /p:Configuration=Release /p:Platform=x64 /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" tyrutils.sln
} Else {
cmake .. -T v120_xp -Dembree_DIR="c:/embree-2.14.0.win32.windows/lib/cmake/embree-2.14.0"
msbuild /target:testlight;PACKAGE /p:Configuration=Release /p:Platform=win32 /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" tyrutils.sln
}
msbuild /target:testlight /p:Configuration=Release /p:Platform=$env:Platform /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" tyrutils.sln
msbuild /target:PACKAGE /p:Configuration=Release /p:Platform=$env:Platform /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" tyrutils.sln
.\Release\testlight.exe
artifacts:
- path: cmakebuild\*.zip