CI: add navigator64 build

This commit is contained in:
Willian Galvani 2024-09-26 12:04:58 -03:00
parent ea4d3fe87d
commit cede211a7c
3 changed files with 13 additions and 0 deletions

View File

@ -160,6 +160,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

@ -395,6 +395,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