2023-03-09 18:46:02 -04:00
|
|
|
name: test unit tests and sitl building
|
2020-09-02 06:01:42 -03:00
|
|
|
|
2023-02-08 18:33:17 -04:00
|
|
|
on:
|
|
|
|
push:
|
|
|
|
paths-ignore:
|
|
|
|
# Remove markdown files as irrelevant
|
|
|
|
- '**.md'
|
|
|
|
# Remove dotfile at root directory
|
|
|
|
- './.dir-locals.el'
|
|
|
|
- './.dockerignore'
|
|
|
|
- './.editorconfig'
|
|
|
|
- './.gitattributes'
|
|
|
|
- './.github'
|
|
|
|
- './.gitignore'
|
|
|
|
- './.valgrind-suppressions'
|
|
|
|
- './.valgrindrc'
|
|
|
|
- 'Dockerfile'
|
|
|
|
- 'Vagrantfile'
|
|
|
|
- 'Makefile'
|
|
|
|
# Remove some directories check
|
|
|
|
- '.vscode/**'
|
|
|
|
- '.github/ISSUE_TEMPLATE/**'
|
|
|
|
# Remove generic tools
|
|
|
|
- 'Tools/CHDK-Script/**'
|
|
|
|
- 'Tools/CodeStyle/**'
|
|
|
|
- 'Tools/completion/**'
|
|
|
|
- 'Tools/CPUInfo/**'
|
|
|
|
- 'Tools/debug/**'
|
|
|
|
- 'Tools/environment_install/**'
|
|
|
|
- 'Tools/FilterTestTool/**'
|
|
|
|
- 'Tools/geotag/**'
|
|
|
|
- 'Tools/GIT_Test/**'
|
|
|
|
- 'Tools/gittools/**'
|
|
|
|
- 'Tools/Hello/**'
|
|
|
|
- 'Tools/Linux_HAL_Essentials/**'
|
|
|
|
- 'Tools/LogAnalyzer/**'
|
|
|
|
- 'Tools/mavproxy_modules/**'
|
|
|
|
- 'Tools/Pozyx/**'
|
|
|
|
- 'Tools/PrintVersion.py'
|
|
|
|
- 'Tools/simulink/**'
|
|
|
|
- 'Tools/UDP_Proxy/**'
|
|
|
|
- 'Tools/vagrant/**'
|
|
|
|
- 'Tools/Vicon/**'
|
|
|
|
# remove non SITL HAL
|
|
|
|
- 'libraries/AP_HAL_ChibiOS/**'
|
|
|
|
- 'libraries/AP_HAL_ESP32/**'
|
2023-08-22 19:06:17 -03:00
|
|
|
# Remove change on other workflows
|
|
|
|
- '.github/workflows/test_environment.yml'
|
2023-02-08 18:33:17 -04:00
|
|
|
pull_request:
|
|
|
|
paths-ignore:
|
|
|
|
# Remove markdown files as irrelevant
|
|
|
|
- '**.md'
|
|
|
|
# Remove dotfile at root directory
|
|
|
|
- './.dir-locals.el'
|
|
|
|
- './.dockerignore'
|
|
|
|
- './.editorconfig'
|
|
|
|
- './.gitattributes'
|
|
|
|
- './.github'
|
|
|
|
- './.gitignore'
|
|
|
|
- './.valgrind-suppressions'
|
|
|
|
- './.valgrindrc'
|
|
|
|
- 'Dockerfile'
|
|
|
|
- 'Vagrantfile'
|
|
|
|
- 'Makefile'
|
|
|
|
# Remove some directories check
|
|
|
|
- '.vscode/**'
|
|
|
|
- '.github/ISSUE_TEMPLATE/**'
|
|
|
|
# Remove generic tools
|
|
|
|
- 'Tools/CHDK-Script/**'
|
|
|
|
- 'Tools/CPUInfo/**'
|
|
|
|
- 'Tools/CodeStyle/**'
|
|
|
|
- 'Tools/FilterTestTool/**'
|
|
|
|
- 'Tools/GIT_Test/**'
|
|
|
|
- 'Tools/Hello/**'
|
|
|
|
- 'Tools/Linux_HAL_Essentials/**'
|
|
|
|
- 'Tools/LogAnalyzer/**'
|
|
|
|
- 'Tools/Pozyx/**'
|
|
|
|
- 'Tools/PrintVersion.py'
|
|
|
|
- 'Tools/completion/**'
|
|
|
|
- 'Tools/debug/**'
|
|
|
|
- 'Tools/environment_install/**'
|
|
|
|
- 'Tools/geotag/**'
|
|
|
|
- 'Tools/gittools/**'
|
|
|
|
- 'Tools/mavproxy_modules/**'
|
|
|
|
- 'Tools/simulink/**'
|
|
|
|
- 'Tools/vagrant/**'
|
|
|
|
- 'Tools/UDP_Proxy/**'
|
|
|
|
- 'Tools/Vicon/**'
|
|
|
|
# remove non SITL HAL
|
|
|
|
- 'libraries/AP_HAL_ChibiOS/**'
|
|
|
|
- 'libraries/AP_HAL_ESP32/**'
|
2023-08-22 19:06:17 -03:00
|
|
|
# Remove change on other workflows
|
|
|
|
- '.github/workflows/test_environment.yml'
|
2023-02-08 18:33:17 -04:00
|
|
|
workflow_dispatch:
|
|
|
|
|
2021-06-23 04:42:11 -03:00
|
|
|
concurrency:
|
|
|
|
group: ci-${{github.workflow}}-${{ github.ref }}
|
|
|
|
cancel-in-progress: true
|
2020-09-02 06:01:42 -03:00
|
|
|
|
|
|
|
jobs:
|
2020-11-12 15:42:51 -04:00
|
|
|
build:
|
2020-09-02 06:01:42 -03:00
|
|
|
runs-on: ubuntu-20.04
|
2021-02-08 10:29:03 -04:00
|
|
|
container:
|
2023-05-10 05:12:09 -03:00
|
|
|
image: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.0.29
|
2021-02-08 10:29:03 -04:00
|
|
|
options: --user 1001
|
2020-09-02 06:01:42 -03:00
|
|
|
strategy:
|
2020-11-12 15:42:51 -04:00
|
|
|
fail-fast: false # don't cancel if a job from the matrix fails
|
2020-09-02 06:01:42 -03:00
|
|
|
matrix:
|
2020-11-12 15:42:51 -04:00
|
|
|
toolchain: [
|
|
|
|
base, # GCC
|
|
|
|
clang,
|
2020-09-02 06:01:42 -03:00
|
|
|
]
|
|
|
|
config: [
|
2021-02-10 19:52:04 -04:00
|
|
|
unit-tests,
|
2021-09-01 06:18:06 -03:00
|
|
|
sitl
|
2021-03-07 07:04:14 -04:00
|
|
|
# examples,
|
2020-09-02 06:01:42 -03:00
|
|
|
]
|
|
|
|
steps:
|
|
|
|
# git checkout the PR
|
2022-12-09 07:47:48 -04:00
|
|
|
- uses: actions/checkout@v3
|
2020-09-02 06:01:42 -03:00
|
|
|
with:
|
|
|
|
submodules: 'recursive'
|
|
|
|
# Put ccache into github cache for faster build
|
|
|
|
- name: Prepare ccache timestamp
|
|
|
|
id: ccache_cache_timestamp
|
|
|
|
run: |
|
|
|
|
NOW=$(date -u +"%F-%T")
|
2023-02-03 04:59:53 -04:00
|
|
|
echo "timestamp=${NOW}" >> $GITHUB_OUTPUT
|
2020-09-02 06:01:42 -03:00
|
|
|
- name: ccache cache files
|
2022-12-09 07:47:48 -04:00
|
|
|
uses: actions/cache@v3
|
2020-09-02 06:01:42 -03:00
|
|
|
with:
|
|
|
|
path: ~/.ccache
|
2020-11-12 15:42:51 -04:00
|
|
|
key: ${{github.workflow}}-ccache-${{ matrix.toolchain }}-${{steps.ccache_cache_timestamp.outputs.timestamp}}
|
|
|
|
restore-keys: ${{github.workflow}}-ccache-${{ matrix.toolchain }}- # restore ccache from either previous build on this branch or on master
|
2020-09-02 06:01:42 -03:00
|
|
|
- name: setup ccache
|
|
|
|
run: |
|
2022-02-22 01:23:32 -04:00
|
|
|
. .github/workflows/ccache.env
|
2020-11-12 15:42:51 -04:00
|
|
|
- name: test ${{matrix.config}} ${{ matrix.toolchain }}
|
2020-09-02 06:01:42 -03:00
|
|
|
env:
|
|
|
|
CI_BUILD_TARGET: ${{matrix.config}}
|
2021-03-01 18:46:47 -04:00
|
|
|
shell: 'script -q -e -c "bash {0}"'
|
2020-09-02 06:01:42 -03:00
|
|
|
run: |
|
2023-02-03 13:45:49 -04:00
|
|
|
git config --global --add safe.directory ${GITHUB_WORKSPACE}
|
2021-06-28 09:08:22 -03:00
|
|
|
if [[ ${{ matrix.toolchain }} == "clang" ]]; then
|
2021-09-27 07:33:50 -03:00
|
|
|
export CC=clang
|
|
|
|
export CXX=clang++
|
2020-11-12 15:42:51 -04:00
|
|
|
fi
|
2020-09-02 06:01:42 -03:00
|
|
|
PATH="/github/home/.local/bin:$PATH"
|
2020-10-23 01:56:26 -03:00
|
|
|
Tools/scripts/build_ci.sh
|
|
|
|
|
|
|
|
- name: Archive buildlog artifacts
|
2023-01-16 11:28:24 -04:00
|
|
|
uses: actions/upload-artifact@v3
|
2021-02-08 01:27:36 -04:00
|
|
|
if: failure()
|
2020-10-23 01:56:26 -03:00
|
|
|
with:
|
2021-02-08 01:27:36 -04:00
|
|
|
name: fail-${{ matrix.toolchain }}-${{matrix.config}}
|
2020-10-23 01:56:26 -03:00
|
|
|
path: /tmp/buildlogs
|
|
|
|
retention-days: 14
|