drone android: android and add ANDROID_MODULES_INCLUDE and docker to 2020.01
the build was successful Details

This commit is contained in:
Dan Ballard 2020-11-25 10:16:21 -08:00
parent 2f6395697e
commit 78400a17c6
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ pipeline:
- export VERSION=`git describe --tags`
- export BUILDDATE=`date +%G-%m-%d-%H-%M`
- go mod vendor
# - qtsetup generate android
- qtsetup generate android
- mv assets android/
- ANDROID_MODULES_INCLUDE="Core,Gui,Svg,QuickWidgets,Xml" qtdeploy -ldflags "-X main.buildVer=$VERSION -X main.buildDate=$BUILDDATE" build android
- mv android/assets assets