contrib/jenkins.sh: build libopencm3 first

Fix for:
  fatal error: libopencm3/stm32/f1/nvic.h: No such file or directory

Related: SYS#6041
This commit is contained in:
Oliver Smith 2022-07-12 12:11:54 +02:00
parent 7f8de1ae23
commit 1c52a132c8
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ publish="$1"
git submodule init
git submodule update
echo "=============== libopencm3 START =============="
cd "$TOPDIR"
make $PARALLEL_MAKE lib
echo "=============== libopencm3 DONE =============="
PROJECTS="relay-driver rfdsatt "