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
54e885a0f905fe522e53ffcbbf2129feca501984
Authored by
Georg Hopp
2016-03-25 08:46:28 +0100
1 parent
da0d196a
build: failed
Add dist job
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
.gitlab-ci.yml
.gitlab-ci.yml
View file @
54e885a
1
1
stages
:
2
2
-
build
3
3
-
test
4
+
-
deploy
4
5
5
6
before_script
:
6
7
-
./bootstrap
...
...
@@ -17,3 +18,9 @@ test:
17
18
-
test
18
19
script
:
19
20
-
make coverage-html
21
+
22
+
dist
:
23
+
stage
:
24
+
-
deploy
25
+
script
:
26
+
-
make dist
...
...
Please
register
or
login
to post a comment