Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MelamudMichael authored Mar 10, 2024
1 parent 5dd0d0c commit d5a56f7
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ jobs:
- name: Create up-cpp Conan package
shell: bash
run: |
git clone https://github.com/eclipse-uprotocol/up-cpp.git
git clone https://github.com/MelamudMichael/up-cpp.git
cd up-cpp
git clone -b uprotocol-core-api-1.5.6 https://github.com/eclipse-uprotocol/up-core-api.git
git submodule update --init --recursive
conan create . --build=missing
Expand All @@ -50,18 +49,18 @@ jobs:
- name: Create up-client-zenoh-cpp Conan package
shell: bash
run: |
git clone https://github.com/eclipse-uprotocol/up-client-zenoh-cpp.git
git clone https://github.com/MelamudMichael/up-client-zenoh-cpp.git
cd up-client-zenoh-cpp
conan create . --build=missing
conan create . -o build_unbundled=True -o zenoh_package=False
- name: Build up-zenoh-example-cpp
shell: bash
run: |
mkdir build_samples
cd build_samples
conan install ../
cmake ../ -DCMAKE_TOOLCHAIN_FILE=generators/conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release
cmake --build .
mkdir build
cd build
conan install ..
cmake -S .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release
cmake --build .
# NOTE: In GitHub repository settings, the "Require status checks to pass
Expand Down

0 comments on commit d5a56f7

Please sign in to comment.