build: appveyor: try fixing script again..
This commit is contained in:
parent
e85f30a2cd
commit
fe696b314c
|
|
@ -11,7 +11,11 @@ build_script:
|
||||||
|
|
||||||
cd cmakebuild
|
cd cmakebuild
|
||||||
|
|
||||||
cmake .. -DCMAKE_GENERATOR_PLATFORM=$env:Platform
|
If ($env:Platform -Match "x64") {
|
||||||
|
cmake .. -DCMAKE_GENERATOR_PLATFORM=x64
|
||||||
|
} Else {
|
||||||
|
cmake ..
|
||||||
|
}
|
||||||
|
|
||||||
msbuild PACKAGE.vcxproj /p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
msbuild PACKAGE.vcxproj /p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue