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
43c102b776e39ea6d52d2aa1e0d88b0a30201969
Authored by
Georg Hopp
2016-03-25 07:01:45 +0100
1 parent
b957416a
build: failed
Add CI control file
Changes
1
Builds
1
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
.gitlab-ci.yml
.gitlab-ci.yml
0 → 100644
View file @
43c102b
1
+
build
:
2
+
script
:
3
+
-
./bootstrap
4
+
-
./configure --enable-gcov
5
+
-
make
6
+
-
make coverage-html
...
...
Please
register
or
login
to post a comment