CI: add navigator64 build

This commit is contained in:
Willian Galvani 2024-09-26 12:04:58 -03:00 committed by Andrew Tridgell
parent 64b9d0ebea
commit 1a15e50434
3 changed files with 13 additions and 0 deletions

View File

@ -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

View File

@ -62,6 +62,7 @@ class BoardList(object):
self.boards = [
Board("erlebrain2"),
Board("navigator"),
Board("navigator64"),
Board("navio"),
Board("navio2"),
Board("edge"),

View File

@ -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