Unpolished but working 'package' job to collect artifacts for a release. 39/head
authorJason S. Ninneman <jsn@mbar.us>
Sun, 4 Jun 2017 03:56:36 +0000 (20:56 -0700)
committerJason S. Ninneman <jsn@mbar.us>
Sun, 4 Jun 2017 04:04:50 +0000 (21:04 -0700)
.gitlab-ci.yml

index 935fa3f0a2bd92249919f1bda67894233b6b1d44..4a5e791fb82367f7c20d736e02f8f0285c1efe30 100644 (file)
@@ -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