jenkins.sh: build 'cardem' firmware also for simtrace board

Now that it is supported, we should also build + publish the related
binaries.

Change-Id: I9231503b865adc863959d74d98e7f24f83c293e9
This commit is contained in:
Harald Welte 2021-06-01 18:36:04 +02:00
parent 0f75d6ef1e
commit e33c2907bc
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ export PKG_CONFIG_PATH="$inst/lib/pkgconfig:$PKG_CONFIG_PATH"
export LD_LIBRARY_PATH="$inst/lib"
BUILDS=""
BUILDS+="simtrace/dfu simtrace/trace "
BUILDS+="simtrace/dfu simtrace/trace simtrace/cardem "
BUILDS+="qmod/dfu qmod/cardem "
BUILDS+="owhw/dfu owhw/cardem "