Skip to content

Commit

Permalink
Fix windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rnburn authored and Johannes Tax committed Jul 7, 2020
1 parent e79b5f6 commit 9b62085
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/do_ci.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ switch ($action) {
cd "$BUILD_DIR"
cmake $SRC_DIR `
-DVCPKG_TARGET_TRIPLET=x64-windows `
"-DCMAKE_TOOLCHAIN_FILE=$VCPKG_DIR\scripts\buildsystems\vcpkg.cmake"
-DWITH_SDK=OFF \
"-DCMAKE_TOOLCHAIN_FILE=$VCPKG_DIR\scripts\buildsystems\vcpkg.cmake" `
-DWITH_SDK=OFF
$exit = $LASTEXITCODE
if ($exit -ne 0) {
exit $exit
Expand All @@ -90,8 +90,8 @@ switch ($action) {
cd "$BUILD_DIR"
cmake $SRC_DIR `
-DVCPKG_TARGET_TRIPLET=x64-windows `
"-DCMAKE_TOOLCHAIN_FILE=$VCPKG_DIR\scripts\buildsystems\vcpkg.cmake"
-DWITH_SDK=OFF \
"-DCMAKE_TOOLCHAIN_FILE=$VCPKG_DIR\scripts\buildsystems\vcpkg.cmake" `
-DWITH_SDK=OFF
$exit = $LASTEXITCODE
if ($exit -ne 0) {
exit $exit
Expand Down

0 comments on commit 9b62085

Please sign in to comment.