Sitl shared memory - eg swarms, following, master-slave, virtual peripheral/s, etc #18707
Workflow file for this run
This file contains hidden or 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
| name: QURT Build | |
| on: | |
| push: | |
| paths-ignore: | |
| # remove other vehicles | |
| - 'AntennaTracker/**' | |
| - 'Blimp/**' | |
| # remove non SITL HAL | |
| - 'libraries/AP_HAL_ChibiOS/**' | |
| - 'libraries/AP_HAL_ESP32/**' | |
| - 'libraries/AP_HAL_QURT/**' | |
| # remove non SITL directories | |
| - 'Tools/AP_Bootloader/**' | |
| - 'Tools/AP_Periph/**' | |
| - 'Tools/bootloaders/**' | |
| - 'Tools/CHDK-Scripts/**' | |
| - 'Tools/CodeStyle/**' | |
| - 'Tools/completion/**' | |
| - 'Tools/CPUInfo/**' | |
| - 'Tools/debug/**' | |
| - 'Tools/environment_install/**' | |
| - 'Tools/FilterTestTool/**' | |
| - 'Tools/Frame_params/**' | |
| - 'Tools/geotag/**' | |
| - 'Tools/GIT_Test/**' | |
| - 'Tools/gittools/**' | |
| - 'Tools/Hello/**' | |
| - 'Tools/IO_Firmware/**' | |
| - 'Tools/Linux_HAL_Essentials/**' | |
| - 'Tools/Pozyx/**' | |
| - 'Tools/PrintVersion.py' | |
| - 'Tools/Replay/**' | |
| - 'Tools/simulink/**' | |
| - 'Tools/UDP_Proxy/**' | |
| - 'Tools/vagrant/**' | |
| - 'Tools/Vicon/**' | |
| # Discard python file from Tools/scripts as not used | |
| - 'Tools/scripts/**.py' | |
| - 'Tools/scripts/build_sizes/**' | |
| - 'Tools/scripts/build_tests/**' | |
| - 'Tools/scripts/CAN/**' | |
| - 'Tools/scripts/signing/**' | |
| # Remove autotest | |
| - 'Tools/autotest/**' | |
| # Remove markdown files as irrelevant | |
| - '**.md' | |
| # Remove dotfile at root directory | |
| - '.dir-locals.el' | |
| - '.dockerignore' | |
| - '.editorconfig' | |
| - '.flake8' | |
| - '.gitattributes' | |
| - '.github' | |
| - '.gitignore' | |
| - '.pre-commit-config.yaml' | |
| - '.pydevproject' | |
| - '.valgrind-suppressions' | |
| - '.valgrindrc' | |
| - 'Dockerfile' | |
| - 'Vagrantfile' | |
| - 'Makefile' | |
| # Remove some directories check | |
| - '.vscode/**' | |
| - '.github/ISSUE_TEMPLATE/**' | |
| # Remove change on other workflows | |
| - '.github/**' | |
| - '!.github/workflows/qurt_build.yml' # except this one | |
| pull_request: | |
| paths-ignore: | |
| # remove other vehicles | |
| - 'AntennaTracker/**' | |
| - 'Blimp/**' | |
| # remove non SITL HAL | |
| - 'libraries/AP_HAL_ChibiOS/**' | |
| - 'libraries/AP_HAL_ESP32/**' | |
| - 'libraries/AP_HAL_QURT/**' | |
| # remove non SITL directories | |
| - 'Tools/AP_Bootloader/**' | |
| - 'Tools/AP_Periph/**' | |
| - 'Tools/bootloaders/**' | |
| - 'Tools/CHDK-Scripts/**' | |
| - 'Tools/CodeStyle/**' | |
| - 'Tools/completion/**' | |
| - 'Tools/CPUInfo/**' | |
| - 'Tools/debug/**' | |
| - 'Tools/environment_install/**' | |
| - 'Tools/FilterTestTool/**' | |
| - 'Tools/Frame_params/**' | |
| - 'Tools/geotag/**' | |
| - 'Tools/GIT_Test/**' | |
| - 'Tools/gittools/**' | |
| - 'Tools/Hello/**' | |
| - 'Tools/IO_Firmware/**' | |
| - 'Tools/Linux_HAL_Essentials/**' | |
| - 'Tools/mavproxy_modules/**' | |
| - 'Tools/Pozyx/**' | |
| - 'Tools/PrintVersion.py' | |
| - 'Tools/Replay/**' | |
| - 'Tools/simulink/**' | |
| - 'Tools/UDP_Proxy/**' | |
| - 'Tools/vagrant/**' | |
| - 'Tools/Vicon/**' | |
| # Discard python file from Tools/scripts as not used | |
| - 'Tools/scripts/**.py' | |
| - 'Tools/scripts/build_sizes/**' | |
| - 'Tools/scripts/build_tests/**' | |
| - 'Tools/scripts/CAN/**' | |
| - 'Tools/scripts/signing/**' | |
| # Remove autotest | |
| - 'Tools/autotest/**' | |
| # Remove markdown files as irrelevant | |
| - '**.md' | |
| # Remove dotfile at root directory | |
| - '.dir-locals.el' | |
| - '.dockerignore' | |
| - '.editorconfig' | |
| - '.flake8' | |
| - '.gitattributes' | |
| - '.github' | |
| - '.gitignore' | |
| - '.pre-commit-config.yaml' | |
| - '.pydevproject' | |
| - '.valgrind-suppressions' | |
| - '.valgrindrc' | |
| - 'Dockerfile' | |
| - 'Vagrantfile' | |
| - 'Makefile' | |
| # Remove some directories check | |
| - '.vscode/**' | |
| - '.github/ISSUE_TEMPLATE/**' | |
| # Remove change on other workflows | |
| - '.github/**' | |
| - '!.github/workflows/qurt_build.yml' # except this one | |
| workflow_dispatch: | |
| concurrency: | |
| group: ci-${{github.workflow}}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| build: | |
| if: github.repository == 'ArduPilot/ardupilot' | |
| runs-on: 'ardupilot-qurt' | |
| steps: | |
| - uses: actions/checkout@v7 | |
| with: | |
| submodules: 'recursive' | |
| - name: Build QURT | |
| run: | | |
| set -ex | |
| ./waf configure --board ModalAI-VOXL2 | |
| ./waf copter | |
| ./waf plane | |
| ./waf rover | |
| cp -a build/ModalAI-VOXL2/bin/arducopter build/ModalAI-VOXL2/ArduPilot.so | |
| cp -a build/ModalAI-VOXL2/bin/arducopter build/ModalAI-VOXL2/ArduPilot_Copter.so | |
| cp -a build/ModalAI-VOXL2/bin/arduplane build/ModalAI-VOXL2/ArduPilot_Plane.so | |
| cp -a build/ModalAI-VOXL2/bin/ardurover build/ModalAI-VOXL2/ArduPilot_Rover.so | |
| libraries/AP_HAL_QURT/packaging/make_package.sh ArduCopter arducopter | |
| libraries/AP_HAL_QURT/packaging/make_package.sh ArduPlane arduplane | |
| libraries/AP_HAL_QURT/packaging/make_package.sh Rover ardurover | |
| - name: Archive build | |
| uses: actions/upload-artifact@v7 | |
| with: | |
| name: qurt-binaries | |
| path: | | |
| build/ModalAI-VOXL2/ardupilot | |
| build/ModalAI-VOXL2/ArduPilot_Copter.so | |
| build/ModalAI-VOXL2/ArduPilot_Plane.so | |
| build/ModalAI-VOXL2/ArduPilot_Rover.so | |
| build/ModalAI-VOXL2/ArduPilot.so | |
| build/ModalAI-VOXL3/ardupilot | |
| build/ModalAI-VOXL3/ArduPilot_Copter.so | |
| build/ModalAI-VOXL3/ArduPilot_Plane.so | |
| build/ModalAI-VOXL3/ArduPilot_Rover.so | |
| build/ModalAI-VOXL3/ArduPilot.so | |
| libraries/AP_HAL_QURT/packaging/*.deb | |
| retention-days: 7 |