Skip to content

Commit

Permalink
Use CMake to build the shape_main test from omg-dds/dds-rtps
Browse files Browse the repository at this point in the history
  • Loading branch information
mitza-oci committed Jul 22, 2024
1 parent e80a522 commit 0971c1f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/dds-rtps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,14 @@ jobs:
- name: build shape_main
shell: bash
run: |
cd dds-rtps/srcCxx
. ../../OpenDDS/setenv.sh
mwc.pl -type gnuace
make -sj4
cd dds-rtps/srcCxx/opendds-cmake
. ../../../OpenDDS/setenv.sh
mkdir build
cd build
cmake ..
cmake --build . -- -j4
- name: upload shape_main artifact
uses: actions/upload-artifact@v4
with:
name: ${{ github.job }}_artifact
path: dds-rtps/srcCxx/shape_main
path: dds-rtps/srcCxx/opendds-cmake/build/shape_main

0 comments on commit 0971c1f

Please sign in to comment.