Skip to content

Commit

Permalink
Simplified CMake build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mitza-oci committed Jul 23, 2024
1 parent 0971c1f commit 4c8ad09
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/dds-rtps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,10 @@ jobs:
- name: build shape_main
shell: bash
run: |
. OpenDDS/setenv.sh
cd dds-rtps/srcCxx/opendds-cmake
. ../../../OpenDDS/setenv.sh
mkdir build
cd build
cmake ..
cmake --build . -- -j4
cmake -S . -B build
cmake --build build -- -j4
- name: upload shape_main artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 4c8ad09

Please sign in to comment.