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
9fc91fe0
Commit
9fc91fe0
authored
Jun 28, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switched gcc Qt 5.9 builds to latest 5.13 version
parent
985ae1a3
Pipeline
#11141
passed with stages
in 36 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
.gitlab-ci.yml
.gitlab-ci.yml
+12
-12
No files found.
.gitlab-ci.yml
View file @
9fc91fe0
...
...
@@ -112,12 +112,12 @@ gcc-c++11-Qt5.11.2-nopython:
-
artifacts
gcc-c++11-Qt5.
9
.0
:
gcc-c++11-Qt5.
13
.0
:
stage
:
Build
variables
:
COMPILER
:
"
gcc"
LANGUAGE
:
"
C++11"
QTVERSION
:
"
QT5.
9
.0"
QTVERSION
:
"
QT5.
13
.0"
GIT_SUBMODULE_STRATEGY
:
recursive
script
:
"
CI/ci-linux-build.sh"
tags
:
...
...
@@ -128,31 +128,31 @@ gcc-c++11-Qt5.9.0:
paths
:
-
artifacts
test-gcc-c++11-Qt5.
9
.0
:
test-gcc-c++11-Qt5.
13
.0
:
stage
:
Test
variables
:
COMPILER
:
"
gcc"
LANGUAGE
:
"
C++11"
QTVERSION
:
"
QT5.
9
.0"
QTVERSION
:
"
QT5.
13
.0"
GIT_STRATEGY
:
none
script
:
"
artifacts/CI/ci-linux-test.sh"
tags
:
-
Linux
-
stretch
dependencies
:
-
gcc-c++11-Qt5.
9
.0
-
gcc-c++11-Qt5.
13
.0
artifacts
:
paths
:
-
build-Release-gcc-cpp11-qt5.
9
.0/Testing/Temporary/LastTest.log
-
build-Release-gcc-cpp11-qt5.
13
.0/Testing/Temporary/LastTest.log
debug-gcc-c++11-Qt5.
9
.0
:
debug-gcc-c++11-Qt5.
13
.0
:
stage
:
Build
variables
:
COMPILER
:
"
gcc"
LANGUAGE
:
"
C++11"
QTVERSION
:
"
QT5.
9
.0"
QTVERSION
:
"
QT5.
13
.0"
BUILDTYPE
:
"
Debug"
GIT_SUBMODULE_STRATEGY
:
recursive
script
:
"
CI/ci-linux-build.sh"
...
...
@@ -164,12 +164,12 @@ debug-gcc-c++11-Qt5.9.0:
paths
:
-
artifacts
debug-test-gcc-c++11-Qt5.
9
.0
:
debug-test-gcc-c++11-Qt5.
13
.0
:
stage
:
Test
variables
:
COMPILER
:
"
gcc"
LANGUAGE
:
"
C++11"
QTVERSION
:
"
QT5.
9
.0"
QTVERSION
:
"
QT5.
13
.0"
BUILDTYPE
:
"
Debug"
GIT_STRATEGY
:
none
script
:
"
artifacts/CI/ci-linux-test.sh"
...
...
@@ -177,10 +177,10 @@ debug-test-gcc-c++11-Qt5.9.0:
-
Linux
-
stretch
dependencies
:
-
debug-gcc-c++11-Qt5.
9
.0
-
debug-gcc-c++11-Qt5.
13
.0
artifacts
:
paths
:
-
build-Debug-gcc-cpp11-qt5.
9
.0/Testing/Temporary/LastTest.log
-
build-Debug-gcc-cpp11-qt5.
13
.0/Testing/Temporary/LastTest.log
gcc-c++11-Qt5.11.2
:
...
...
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