CI: attempt to fix version name

This commit is contained in:
woblight
2018-07-17 16:03:46 +02:00
parent 692e65b14b
commit 41b38ff7cb
+2 -3
View File
@@ -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: