CI: put cache in its job
This commit is contained in:
+6
-7
@@ -4,13 +4,6 @@ before_script:
|
||||
- zypper -q install -y git
|
||||
- export GIT_DESCRIBE=$(git describe --tags)
|
||||
|
||||
cache:
|
||||
paths:
|
||||
- Qt/
|
||||
- .wine
|
||||
- libgit2-0.27.2
|
||||
- mingw32
|
||||
|
||||
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
|
||||
@@ -23,6 +16,12 @@ Linux_x64:
|
||||
name: "Linux_x64-$GIT_DESCRIBE"
|
||||
|
||||
Win32:
|
||||
cache:
|
||||
paths:
|
||||
- Qt/
|
||||
- .wine
|
||||
- libgit2-0.27.2
|
||||
- mingw32
|
||||
stage: build
|
||||
before_script:
|
||||
- zypper -q install -y wine-staging wine-staging-32bit wget make p7zip tar git
|
||||
|
||||
Reference in New Issue
Block a user