-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable CI for "differential" & "servo" demos (#30)
- Loading branch information
Showing
7 changed files
with
37 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ jobs: | |
|
||
- name: get nunavut | ||
run: > | ||
pip install nunavut | ||
pip install git+https://github.com/OpenCyphal/nunavut[email protected] | ||
- name: Configure CMake | ||
run: cmake -B ${{github.workspace}}/libudpard_demo/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{github.workspace}}/libudpard_demo | ||
|
@@ -57,7 +57,6 @@ jobs: | |
run: cmake --build ${{github.workspace}}/libudpard_demo/build --config ${{env.BUILD_TYPE}} | ||
|
||
build_differential_pressure_sensor: | ||
if: false | ||
name: Build Differential Pressure Sensor demo | ||
runs-on: ubuntu-latest | ||
|
||
|
@@ -68,7 +67,7 @@ jobs: | |
|
||
- name: get nunavut | ||
run: > | ||
pip install nunavut | ||
pip install git+https://github.com/OpenCyphal/nunavut[email protected] | ||
- name: Configure CMake | ||
run: cmake -B ${{github.workspace}}/differential_pressure_sensor/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{github.workspace}}/differential_pressure_sensor | ||
|
@@ -78,7 +77,6 @@ jobs: | |
|
||
|
||
build_udral_servo: | ||
if: false | ||
name: Build UDRAL Servo demo | ||
runs-on: ubuntu-latest | ||
|
||
|
@@ -89,7 +87,7 @@ jobs: | |
|
||
- name: get nunavut | ||
run: > | ||
pip install nunavut | ||
pip install git+https://github.com/OpenCyphal/nunavut[email protected] | ||
- name: Configure CMake | ||
run: cmake -B ${{github.workspace}}/udral_servo/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{github.workspace}}/udral_servo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule libcyphal
updated
12 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters