Skip to content

Commit

Permalink
iox-eclipse-iceoryx#494 fix build images for GitHub CI build
Browse files Browse the repository at this point in the history
Signed-off-by: Dietrich Krönke <dietrich.kroenke@apex.ai>
  • Loading branch information
dkroenke committed Jan 29, 2021
1 parent 207b5bd commit b7bbfe3
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,12 @@ jobs:
run: |
$GITHUB_WORKSPACE/tools/iceoryx_build_test.sh out-of-tree examples toml-config-off clean
# This job builds & runs iceoryx tests in macos-10.15
# This job builds & runs iceoryx tests in macos-10.13
iceoryx-macos:
runs-on: macos-latest
runs-on: macos-10.14
# Softwares installed in macos-latest instance
# https://github.com/actions/virtual-environments/blob/master/images/macos/macos-10.15-Readme.md
# https://github.com/actions/virtual-environments/blob/master/images/macos/macos-10.14-Readme.md

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -90,15 +89,14 @@ jobs:
# This job builds & runs iceoryx tests in Windows 2019
iceoryx-windows:
runs-on: windows-latest
runs-on: windows-2019
# Softwares installed in windows instance
# https://github.com/actions/virtual-environments/blob/master/images/win/Windows2019-Readme.md

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name : Checkout
uses: actions/checkout@v2

- name: Build sources
run: |
cmake -Bbuild -Hiceoryx_meta -DBUILD_TEST=ON -DINTROSPECTION=OFF -DBINDING_C=ON -DEXAMPLES=ON -DBUILD_SHARED_LIBS=OFF && cmake --build build
cmake -Bbuild -Hiceoryx_meta -DBUILD_TEST=ON -DINTROSPECTION=OFF -DBINDING_C=ON -DEXAMPLES=ON && cmake --build build

0 comments on commit b7bbfe3

Please sign in to comment.