Skip to content

Commit

Permalink
iox-eclipse-iceoryx#433 fix build again and again
Browse files Browse the repository at this point in the history
Signed-off-by: Dietrich Krönke <[email protected]>
  • Loading branch information
dkroenke committed Dec 18, 2020
1 parent bce700c commit b0748f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ jobs:

- name: Build sources
run: |
cmake -Bbuild -Hiceoryx_meta -DBUILD_TEST=ON -DINTROSPECTION=OFF -DBINDING_C=ON -DEXAMPLES=ON && cmake --build build -j %NUMBER_OF_PROCESSORS%
cmake -Bbuild -Hiceoryx_meta -DBUILD_TEST=ON -DINTROSPECTION=OFF -DBINDING_C=ON -DEXAMPLES=ON && cmake --build build
8 changes: 4 additions & 4 deletions .github/workflows/sanitize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
run: |
export NUM_CORES=`nproc`
# build tests , dont run them
$GITHUB_WORKSPACE/tools/iceoryx_build_test.sh clang buildall clang strict sanitize clean -j $NUM_CORES
$GITHUB_WORKSPACE/tools/iceoryx_build_test.sh clang buildall strict sanitize clean -j $NUM_CORES
- name : Run tests
run: |
cd $GITHUB_WORKSPACE/build
make all_tests
../tools/run_all_tests.sh
# This job builds & runs iceoryx tests (with sanitizer) in macos-10.15
clang-sanitize-macos:
Expand Down Expand Up @@ -62,12 +62,12 @@ jobs:
- name: Build
run: |
export NUM_CORES=`sysctl -n hw.ncpu`
$GITHUB_WORKSPACE/tools/iceoryx_build_test.sh build-test buildall strict sanitize clean -j $NUM_CORES
$GITHUB_WORKSPACE/tools/iceoryx_build_test.sh build-test binding-c out-of-tree introspection strict sanitize clean -j $NUM_CORES
- name: Run tests
run: |
cd $GITHUB_WORKSPACE/build
make all_tests
../tools/run_all_tests.sh

0 comments on commit b0748f1

Please sign in to comment.