Unpolished but working 'package' job to collect artifacts for a release.
[open-adventure.git] / .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