Skip to content

Commit

Permalink
.github: migrate semaphore to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
khancyr authored and peterbarker committed Oct 1, 2021
1 parent eb9b29f commit 920ccb0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test_chibios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ jobs:
iofirmware,
CubeOrange-bootloader,
revo-bootloader,
stm32h7-debug
stm32h7-debug,
fmuv3,
revo-mini,
MatekF405-Wing,
configure-all
]
toolchain: [
chibios, # GCC-6
Expand Down
17 changes: 15 additions & 2 deletions .github/workflows/test_linux_sbc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,30 @@ jobs:
fail-fast: false # don't cancel if a job from the matrix fails
matrix:
config: [
navigator
linux,
navigator,
navio,
navio2,
bbbmini,
bhat,
bebop,
erlebrain2,
pxfmini,
pxf
]
toolchain: [
armhf,
]
include:
- config: navigator
toolchain: armhf-musl
- config: linux
toolchain: base # GCC
exclude:
- config: navigator
toolchain: armhf
- config: linux
toolchain: armhf

steps:
# git checkout the PR
Expand Down Expand Up @@ -59,7 +72,7 @@ jobs:
CI_BUILD_TARGET: ${{matrix.config}}
shell: bash
run: |
if [[ ${{ matrix.toolchain }} == ",clang" ]]; then
if [[ ${{ matrix.toolchain }} == "clang" ]]; then
export CC=clang-7
export CXX=clang++-7
fi
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
config: [
unit-tests,
python-cleanliness,
sitl
# examples,
]
steps:
Expand Down

0 comments on commit 920ccb0

Please sign in to comment.