From 41b38ff7cbe06c2b5d4abcbe7b5ddb74e5380795 Mon Sep 17 00:00:00 2001 From: woblight Date: Tue, 17 Jul 2018 16:03:46 +0200 Subject: [PATCH] CI: attempt to fix version name --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a49109a..65dab58 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,5 @@ image: opensuse/tumbleweed -variables: - GIT_DESCRIBE: 'git describe --tags' - cache: paths: - Qt/ @@ -13,6 +10,7 @@ cache: Linux_x64: before_script: - zypper -q install -y git libgit2-devel make gcc gcc-c++ libQt5Concurrent-devel libQt5Core-devel libQt5Gui-devel libQt5QuickControls2-devel libqt5-qtbase-devel libqt5-qtdeclarative-devel + - export GIT_DESCRIBE=$(git describe --tags) stage: build script: - make -f CI.mk build @@ -25,6 +23,7 @@ Win32: stage: build before_script: - zypper -q install -y wine-staging wine-staging-32bit wget make p7zip tar git + - export GIT_DESCRIBE=$(git describe --tags) script: - make -f CI.mk windeploy artifacts: