Skip to content

Commit

Permalink
iox-eclipse-iceoryx#509 adapt Github workflows
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 authored and Chari Nehal Dattaram (RBEI/EBB1) committed Feb 17, 2021
1 parent d7c74a1 commit dc12777
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Build sources
run: |
$GITHUB_WORKSPACE/tools/iceoryx_build_test.sh build-strict build-all out-of-tree
$GITHUB_WORKSPACE/tools/iceoryx_build_test.sh build-strict build-all out-of-tree build-shared
- name: Build debian package
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build, test and generate gcov report
run: |
# add flag to include coverage
$GITHUB_WORKSPACE/tools/iceoryx_build_test.sh build-strict debug build-all build-static out-of-tree -c unit
$GITHUB_WORKSPACE/tools/iceoryx_build_test.sh build-strict debug build-all out-of-tree -c unit
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sanitize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build
run: |
# build tests , dont run them
$GITHUB_WORKSPACE/tools/iceoryx_build_test.sh build-strict build-all build-static sanitize clang
$GITHUB_WORKSPACE/tools/iceoryx_build_test.sh build-strict build-all sanitize clang
- name: Run tests
run: |
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Build
run: |
$GITHUB_WORKSPACE/tools/iceoryx_build_test.sh build-strict build-all build-static sanitize
$GITHUB_WORKSPACE/tools/iceoryx_build_test.sh build-strict build-all sanitize
- name: Run tests
run: |
Expand Down

0 comments on commit dc12777

Please sign in to comment.