Skip to content

Commit

Permalink
iox-eclipse-iceoryx#252 adjusted target names and added two targets i…
Browse files Browse the repository at this point in the history
…n iceoryx meta, one for timeless tests and one for timing tests

Signed-off-by: Christian Eltzschig <[email protected]>
  • Loading branch information
elfenpiff committed Aug 20, 2020
1 parent 7130cf8 commit f1fb473
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,17 @@ jobs:
- name: Build sources
run: cmake -Bbuild -Hiceoryx_meta -Dtest=ON -Dbinding_c=ON -Dexamples=ON -Dintrospection=ON && cmake --build build

- name: Run tests
- name: Run timeless tests
run: |
cd $GITHUB_WORKSPACE/build
make test
make tests
build-test-ubuntu:
- name: Run timing tests
run: |
cd $GITHUB_WORKSPACE/build
make timing_tests
ubuntu-build-script:
# The type of runner that the job will run on
runs-on: ubuntu-18.04

Expand Down Expand Up @@ -66,7 +71,7 @@ jobs:
$GITHUB_WORKSPACE/tools/iceoryx_build_test.sh build-test with-dds-gateway clean strict -j $NUM_CORES
# This job builds & runs iceoryx tests in macos-10.15
build-test-macos:
macos-build-script:
runs-on: macos-10.15
# Softwares installed in macos-10.15 instance
# https://github.com/actions/virtual-environments/blob/master/images/macos/macos-10.15-Readme.md
Expand Down Expand Up @@ -98,7 +103,7 @@ jobs:
../tools/run_all_tests.sh disable-timing-tests
# This job builds & runs iceoryx tests in Windows 2019
build-test-windows:
windows-iceoryx-meta:
runs-on: windows-latest
# Softwares installed in windows instance
# https://github.com/actions/virtual-environments/blob/master/images/win/Windows2019-Readme.md
Expand All @@ -110,4 +115,4 @@ jobs:

- name: Build sources
run: |
cmake -Bbuild -Hiceoryx_meta -Dtest=ON -Dbinding_c=ON -Dexamples=ON && cmake --build build
cmake -Bbuild -Hiceoryx_meta -Ddds_gateway=OFF -Dtest=ON -Dbinding_c=ON -Dexamples=ON && cmake --build build

0 comments on commit f1fb473

Please sign in to comment.