Skip to content
Snippets Groups Projects

QDS-13458 New UI with target functionalities

Merged Burak Hançerli requested to merge QDS-13458/new-ui into master
27 files
+ 954
670
Compare changes
  • Side-by-side
  • Inline
Files
27
+ 9
0
@@ -18,6 +18,14 @@
- popd
.build-android-apps: &build-android-apps
- export GOOGLE_PLAY_APP_VERSION=$(( $(git tag --list | wc -l) +11 ))
# where is this magic "$(git tag --list | wc -l) +11" coming from?
# "git tag --list | wc -l" counts the number of tags in the repository.
# The "+11" is a magic number which is the last GOOGLE_PLAY_APP_VERSION
# that was released before starting to add tags to the repository. After
# GOOGLE_PLAY_APP_VERSION=11, the tags are added to the repository, and
# the GOOGLE_PLAY_APP_VERSION is incremented by 1 for each new tag.
- 'echo "Google Play App Version: ${GOOGLE_PLAY_APP_VERSION}"'
- |
cmake \
-S . \
@@ -30,6 +38,7 @@
-DQT_HOST_PATH=${DOCKER_ENV_QT_PATH_LINUX_GCC_64} \
-DCMAKE_INSTALL_PREFIX=${QDS_CI_JOB_QT_ANDROID_PATH} \
-DANDROID_OPENSSL_PATH=${QDS_CI_JOB_OPENSSL_PATH} \
-DGOOGLE_PLAY_APP_VERSION=${GOOGLE_PLAY_APP_VERSION} \
-DBUILD_EXAMPLES=OFF
- cmake --build ${QDS_CI_JOB_BUILD_PATH} --target aab
Loading