Skip to content
GitLab
Menu
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
690b96b3
Commit
690b96b3
authored
Jun 20, 2017
by
Martin Schultz
Browse files
added build configuration for qt 5.9.0 with visual studio 2015 on windows
parent
16d92d64
Pipeline
#5292
failed with stage
in 80 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
690b96b3
...
...
@@ -80,6 +80,33 @@ VS2015-Qt-5.6.2-x32:
paths
:
-
rel/*.exe
VS2015-Qt-5.9.0-x64
:
script
:
"
CI
\\
ci-windows.bat"
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
ARCHITECTURE
:
"
x64"
QT_VERSION
:
"
Qt5.9.0"
COMPILER
:
"
VS2015"
tags
:
-
VS2015
-
Qt56
artifacts
:
paths
:
-
rel/*.exe
VS2015-Qt-5.9.0-x32
:
script
:
"
CI
\\
ci-windows.bat"
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
ARCHITECTURE
:
"
x32"
QT_VERSION
:
"
Qt5.9.0"
COMPILER
:
"
VS2015"
tags
:
-
VS2015
-
Qt56
artifacts
:
paths
:
-
rel/*.exe
VS2013-Qt-5.5.1-x64
:
script
:
"
CI
\\
VS2013-Qt-5.5.1-x64.bat"
...
...
Write
Preview
Supports
Markdown
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