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
a979a1296270ddb8d079cef49db8bfb804ad9cde
Authored by
Georg Hopp
2016-03-25 07:35:07 +0100
1 parent
babfe672
build: passed
Play with CI
Changes
1
Builds
5
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
.gitlab-ci.yml
.gitlab-ci.yml
View file @
a979a12
...
...
@@ -2,11 +2,13 @@ stages:
2
2
-
build
3
3
-
test
4
4
5
+
before_script
:
6
+
-
./bootstrap
7
+
-
./configure --enable-gcov
8
+
5
9
build
:
6
10
stage
:
build
7
11
script
:
8
-
-
./bootstrap
9
-
-
./configure --enable-gcov
10
12
-
make
11
13
12
14
test
:
...
...
Please
register
or
login
to post a comment