Browse Source

CI: show how compile.sh is called

merge-requests/2255/merge
Steve Lhomme 10 months ago
parent
commit
6738144303
  1. 1
      buildsystem/gitlab/.gitlab-ci.yml

1
buildsystem/gitlab/.gitlab-ci.yml

@ -83,6 +83,7 @@ webserver-vulnerabilities:
.build-all-base:
stage: build
script:
- set -x
- mkdir -p ~/.android
- if [ -n "$KEYSTORE_FILE_BASE64" ]; then base64 -d $KEYSTORE_FILE_BASE64 > ~/.android/debug.keystore; fi
- ./buildsystem/compile.sh ${EXTRA_BUILD_PARAM} -a ${ARCH} -t

Loading…
Cancel
Save