projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beb80ff
)
Unpolished but working 'package' job to collect artifacts for a release.
39/head
author
Jason S. Ninneman
<jsn@mbar.us>
Sun, 4 Jun 2017 03:56:36 +0000
(20:56 -0700)
committer
Jason S. Ninneman
<jsn@mbar.us>
Sun, 4 Jun 2017 04:04:50 +0000
(21:04 -0700)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 935fa3f0a2bd92249919f1bda67894233b6b1d44..4a5e791fb82367f7c20d736e02f8f0285c1efe30 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-105,3
+105,18
@@
pages:
dependencies:
- html
- test:debug
+
+package:
+ stage: deploy
+ script:
+ - mv README.adoc README
+ artifacts:
+ paths:
+ - advent
+ - NEWS
+ - COPYING
+ - README
+ - advent.6
+ dependencies:
+ - binary:release
+ - manpage