Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenFlipper-Free
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
6dd4311b
Commit
6dd4311b
authored
Aug 01, 2017
by
Martin Schultz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added deploy jobs for windows to gitlab-ci
run deploy stage also on unstable branch (at least for testing now)
parent
e1202bcb
Pipeline
#5480
failed with stages
in 143 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
105 additions
and
0 deletions
+105
-0
.gitlab-ci.yml
.gitlab-ci.yml
+105
-0
No files found.
.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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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