We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2857e commit 44783ffCopy full SHA for 44783ff
.github/workflows/test_dds.yml
@@ -169,6 +169,14 @@ jobs:
169
- name: setup ccache
170
run: |
171
. .github/workflows/ccache.env
172
+ # install install Micro-XRCE-DDS-Gen from source until image is updated
173
+ - name: install Micro-XRCE-DDS-Gen from source
174
+ run: |
175
+ cd /tmp
176
+ git clone --recurse-submodules https://github.com/ardupilot/Micro-XRCE-DDS-Gen.git
177
+ cd Micro-XRCE-DDS-Gen
178
+ time ./gradlew assemble
179
+ echo "export PATH=\$PATH:$PWD/scripts" >> ~/.bashrc
180
- name: test ${{matrix.config}}
181
env:
182
CI_BUILD_TARGET: dds-${{matrix.config}}
0 commit comments