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
30aa5ba4
Commit
30aa5ba4
authored
Jun 20, 2017
by
Martin Schultz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use new windows ci script for vs2013 qt 5.5.1 build configuration
parent
bd4e97d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
.gitlab-ci.yml
.gitlab-ci.yml
+4
-3
No files found.
.gitlab-ci.yml
View file @
30aa5ba4
...
...
@@ -89,7 +89,6 @@ VS2015-Qt-5.9.0-x64:
COMPILER
:
"
VS2015"
tags
:
-
VS2015
-
Qt56
artifacts
:
paths
:
-
rel/*.exe
...
...
@@ -103,15 +102,17 @@ VS2015-Qt-5.9.0-x32:
COMPILER
:
"
VS2015"
tags
:
-
VS2015
-
Qt56
artifacts
:
paths
:
-
rel/*.exe
VS2013-Qt-5.5.1-x64
:
script
:
"
CI
\\
VS2013-Qt-5.5.1-x64
.bat"
script
:
"
CI
\\
ci-windows
.bat"
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
ARCHITECTURE
:
"
x64"
QT_VERSION
:
"
Qt5.5.1"
COMPILER
:
"
VS2013"
tags
:
-
VS2013
-
Qt551
...
...
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