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
9bc0800e
Commit
9bc0800e
authored
Apr 21, 2017
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ci file
parent
9ca123e0
Pipeline
#4776
failed with stage
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
.gitlab-ci.yml
.gitlab-ci.yml
+5
-5
No files found.
.gitlab-ci.yml
View file @
9bc0800e
...
...
@@ -3,7 +3,7 @@ gcc-c++11-Qt5:
COMPILER
:
"
gcc"
LANGUAGE
:
"
C++11"
QTVERSION
:
"
QT5"
script
:
"
OpenFlipper/CI/ci-linux.sh"
script
:
"
git
submodule
update
--init
--remote
;
OpenFlipper/CI/ci-linux.sh"
tags
:
-
Linux
...
...
@@ -12,13 +12,13 @@ clang-c++11-Qt5:
COMPILER
:
"
clang"
LANGUAGE
:
"
C++11"
QTVERSION
:
"
QT5"
script
:
"
OpenFlipper/CI/ci-linux.sh"
script
:
"
git
submodule
update
--init
--remote
;
OpenFlipper/CI/ci-linux.sh"
tags
:
-
Linux
-
MultiThreads
cppcheck
:
script
:
"
OpenFlipper/CI/ci-cppcheck.sh"
script
:
"
git
submodule
update
--init
--remote
;
OpenFlipper/CI/ci-cppcheck.sh"
tags
:
-
Linux
-
MultiThreads
...
...
@@ -55,7 +55,7 @@ VS2013-Qt-5.5.1-x64:
-
rel/*.exe
Mac-Cpp11
:
script
:
"
OpenFlipper/CI/ci-mac.sh"
script
:
"
git
submodule
update
--init
--remote
;
OpenFlipper/CI/ci-mac.sh"
tags
:
-
Apple
artifacts
:
...
...
@@ -65,7 +65,7 @@ Mac-Cpp11:
Doc-publish
:
only
:
-
master
script
:
"
OpenFlipper/CI/ci-doc.sh"
script
:
"
git
submodule
update
--init
--remote
;
OpenFlipper/CI/ci-doc.sh"
tags
:
-
Linux
artifacts
:
...
...
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