Skip to content

Commit

Permalink
[temp] update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
PonomarevDA committed Jan 28, 2024
1 parent dabf4e0 commit 73f7257
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/cyphal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,21 @@ jobs:
submodules: recursive
fetch-depth: 0

- name: Clone Cyphal DSDL
run: |
mkdir -p /home/runner/.cyphal/zubax_dsdl
git clone https://github.com/Zubax/zubax_dsdl.git /home/runner/.cyphal/zubax_dsdl
mkdir -p /home/runner/.cyphal/public_regulated_data_types
git clone https://github.com/OpenCyphal/public_regulated_data_types.git /home/runner/.cyphal/public_regulated_data_types
- name: Install dependencies
run: |
./scripts/tools/install_for_ubuntu.sh --yes
pip install pytest
- run: make sitl_cyphal
- run: |
export REG_DATA_TYPE_PATH="$PWD/Libs/Cyphal/Libs/public_regulated_data_types/uavcan $PWD/Libs/Cyphal/Libs/public_regulated_data_types/reg"
make run &
cd scripts/tools/cyphal
source init.sh -i slcan0 -n 127 -v
./specification_checker.py
pytest specification_checker.py -v

0 comments on commit 73f7257

Please sign in to comment.