Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
6dd4311b
Commit
6dd4311b
authored
Aug 01, 2017
by
Martin Schultz
Browse files
added deploy jobs for windows to gitlab-ci
run deploy stage also on unstable branch (at least for testing now)
parent
e1202bcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6dd4311b
...
...
@@ -317,6 +317,109 @@ Test:VS2013-Qt-5.5.1-x64:
paths
:
-
rel/Testing/Temporary/LastTest.log
Deploy:VS2015-Qt-5.6.2-x64:
stage
:
Deploy
only
:
-
master
-
unstable
script
:
"
CI
\\
ci-windows-deploy.bat"
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
ARCHITECTURE
:
"
x64"
QT_VERSION
:
"
Qt5.6.2"
COMPILER
:
"
VS2015"
tags
:
-
VS2015
-
Qt56
dependencies
:
-
VS2015-Qt-5.6.2-x64
artifacts
:
paths
:
-
rel/*.exe
Deploy:VS2015-Qt-5.6.2-x32:
stage
:
Deploy
only
:
-
master
-
unstable
script
:
"
CI
\\
ci-windows-deploy.bat"
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
ARCHITECTURE
:
"
x32"
QT_VERSION
:
"
Qt5.6.2"
COMPILER
:
"
VS2015"
tags
:
-
VS2015
-
Qt56
dependencies
:
-
VS2015-Qt-5.6.2-x32
artifacts
:
paths
:
-
rel/*.exe
Deploy:VS2015-Qt-5.9.0-x64:
stage
:
Deploy
only
:
-
master
-
unstable
script
:
"
CI
\\
ci-windows-deploy.bat"
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
ARCHITECTURE
:
"
x64"
QT_VERSION
:
"
Qt5.9.0"
COMPILER
:
"
VS2015"
tags
:
-
VS2015
dependencies
:
-
VS2015-Qt-5.9.0-x64
artifacts
:
paths
:
-
rel/*.exe
Deploy:VS2015-Qt-5.9.0-x32:
stage
:
Deploy
only
:
-
master
-
unstable
script
:
"
CI
\\
ci-windows-deploy.bat"
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
ARCHITECTURE
:
"
x32"
QT_VERSION
:
"
Qt5.9.0"
COMPILER
:
"
VS2015"
tags
:
-
VS2015
dependencies
:
-
VS2015-Qt-5.9.0-x32
artifacts
:
paths
:
-
rel/*.exe
Deploy:VS2013-Qt-5.5.1-x64:
stage
:
Deploy
only
:
-
master
-
unstable
script
:
"
CI
\\
ci-windows-deploy.bat"
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
ARCHITECTURE
:
"
x64"
QT_VERSION
:
"
Qt5.5.1"
COMPILER
:
"
VS2013"
tags
:
-
VS2013
-
Qt551
dependencies
:
-
VS2013-Qt-5.5.1-x64
artifacts
:
paths
:
-
rel/*.exe
Mac-Cpp11
:
stage
:
Build
...
...
@@ -348,6 +451,7 @@ Deploy:Mac-Cpp11:
Deploy
only
:
-
master
-
unstable
script
:
"
CI/ci-mac-deploy.sh"
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
...
...
@@ -364,6 +468,7 @@ Doc-publish:
Deploy
only
:
-
master
-
unstable
script
:
"
CI/ci-doc.sh"
tags
:
-
Linux
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment