Skip to content

Commit

Permalink
CI: add navigator64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Oct 1, 2024
1 parent 840a3cf commit 0032685
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_linux_sbc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ jobs:
toolchain: armhf-musl
- config: linux
toolchain: base # GCC
- config: navigator64
toolchain: aarch64
- config: linux
toolchain: base # GCC
exclude:
- config: navigator
toolchain: armhf
Expand Down
1 change: 1 addition & 0 deletions Tools/scripts/board_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def __init__(self):
self.boards = [
Board("erlebrain2"),
Board("navigator"),
Board("navigator64"),
Board("navio"),
Board("navio2"),
Board("edge"),
Expand Down
8 changes: 8 additions & 0 deletions Tools/scripts/build_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,14 @@ for t in $CI_BUILD_TARGET; do
continue
fi

if [ "$t" == "navigator64" ]; then
echo "Building navigator64"
$waf configure --board navigator64 --toolchain=aarch64-linux-gnu
$waf sub
./Tools/scripts/firmware_version_decoder.py -f build/navigator64/bin/ardusub --expected-hash $GIT_VERSION
continue
fi

if [ "$t" == "replay" ]; then
echo "Building replay"
$waf configure --board sitl --debug --disable-scripting
Expand Down
Empty file removed modules/COLCON_IGNORE
Empty file.

0 comments on commit 0032685

Please sign in to comment.