CI: attempt to fix version name
This commit is contained in:
+2
-3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user