Toggle navigation
Sign in
taskrambler
/
libtrbase
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Forks
Snippets
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
2563ce86f6ebfe7447992920625b5cca1012d9df
Authored by
Georg Hopp
2016-03-25 07:36:47 +0100
1 parent
a979a129
build: failed
Play with CI
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
.gitlab-ci.yml
.gitlab-ci.yml
View file @
2563ce8
...
...
@@ -7,11 +7,15 @@ before_script:
7
7
-
./configure --enable-gcov
8
8
9
9
build
:
10
-
stage
:
build
10
+
stage
:
11
+
-
build
12
+
-
test
11
13
script
:
12
14
-
make
13
15
14
16
test
:
15
-
stage
:
test
17
+
stage
:
18
+
-
build
19
+
-
test
16
20
script
:
17
21
-
make coverage-html
...
...
Please
register
or
login
to post a comment