Skip to content

Commit

Permalink
Fix More CI Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
iguessthislldo committed Sep 21, 2023
1 parent 783142f commit e268123
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12690,8 +12690,8 @@ jobs:
cmake --build build -- -j $(getconf _NPROCESSORS_ONLN)
- name: Run Tests
run: |
cd OpenDDS
cmake --build build -t test
cd OpenDDS/build
ctest
build_cmake_u22_stat:

Expand Down Expand Up @@ -12731,8 +12731,8 @@ jobs:
cmake --build build -- -j $(getconf _NPROCESSORS_ONLN)
- name: Run Tests
run: |
cd OpenDDS
cmake --build build -t test
cd OpenDDS/build
ctest
build_cmake_u22_no_features:

Expand Down Expand Up @@ -12780,8 +12780,8 @@ jobs:
cmake --build build
- name: Run Tests
run: |
cd OpenDDS
cmake --build build -t test
cd OpenDDS/build
ctest
build_cmake_u22_android29:

Expand Down Expand Up @@ -12819,7 +12819,7 @@ jobs:
- name: Configure
run: |
cd OpenDDS
cmake -B build-host \
cmake -B build-target \
-G Ninja \
-DBUILD_SHARED_LIBS=TRUE \
-DANDROID_ABI=armeabi-v7a -DANDROID_PLATFORM=android-29 \
Expand Down Expand Up @@ -12889,5 +12889,5 @@ jobs:
cmake --build build
- name: Run Tests
run: |
cd OpenDDS
cmake --build build -t RUN_TESTS
cd OpenDDS\build
ctest -C Debug

0 comments on commit e268123

Please sign in to comment.