Skip to content

Commit

Permalink
iox-eclipse-iceoryx#1287 Fix windows with explicit SDK version in bui…
Browse files Browse the repository at this point in the history
…ld script

Signed-off-by: Christian Eltzschig <me@elchris.org>
  • Loading branch information
elfenpiff committed May 31, 2022
1 parent 984fa20 commit 92a8f9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
./tools/ci/build-test-freebsd.sh
build-test-windows:
runs-on: windows-latest
runs-on: windows-2019
needs: pre-flight-check
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion tools/ci/build-test-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
$ErrorActionPreference = "Stop"

if ($?) { Write-Host "building sources" }
if ($?) { cmake -Bbuild -Hiceoryx_meta -DBUILD_TEST=ON -DINTROSPECTION=OFF -DBINDING_C=ON -DEXAMPLES=ON -DCMAKE_CXX_FLAGS="/MP" }
if ($?) { cmake -Bbuild -Hiceoryx_meta -DBUILD_TEST=ON -DINTROSPECTION=OFF -DBINDING_C=ON -DEXAMPLES=ON -DCMAKE_CXX_FLAGS="/MP" -DCMAKE_SYSTEM_VERSION=10.0.18362.0 }

if ($?) { cmake --build build }

Expand Down

0 comments on commit 92a8f9f

Please sign in to comment.