Skip to content

Commit

Permalink
relarive build examples
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Aug 22, 2024
1 parent cb66da6 commit 02eee88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ jobs:
- name: Build examples with zenoh-c as subbroject and static library and in debug mode and in separate directory
shell: bash
run: |
mkdir -p $CI_PROJECT_DIR/build_examples
cmake -S examples -B $CI_PROJECT_DIR/build_examples -DCMAKE_BUILD_TYPE=Debug -DZENOHC_LIB_STATIC=TRUE
cmake --build $CI_PROJECT_DIR/build_examples --config Debug
rm -rf $CI_PROJECT_DIR/build_examples
mkdir -p ../build_examples
cmake -S examples -B ../build_examples -DCMAKE_BUILD_TYPE=Debug -DZENOHC_LIB_STATIC=TRUE
cmake --build ../build_examples --config Debug
rm -rf ../build_examples
- name: Build examples with zenoh-c as installed package
shell: bash
Expand Down

0 comments on commit 02eee88

Please sign in to comment.