]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
CI: artifact upload
authorTimePath <andrew.hardaker1995@gmail.com>
Tue, 5 Jan 2016 07:15:30 +0000 (18:15 +1100)
committerTimePath <andrew.hardaker1995@gmail.com>
Tue, 5 Jan 2016 07:16:01 +0000 (18:16 +1100)
.gitlab-ci.yml

index bd671bf5c266cbb29a295bbd31951c241df55c84..2cc7d4fb41b0f8cfd6f65a3a0a91c04190a0a3ad 100644 (file)
@@ -20,3 +20,17 @@ build:
         if [[ $line == "All tests OK" ]]; then exit 0; fi;
       done < <(${ENGINE} +developer 1 +map gitlab-ci +sv_cmd runtest +exit)
     - exit 1
+  artifacts:
+    paths:
+      - csprogs.dat
+
+pages:
+  stage: deploy
+  script:
+    - cd qcsrc && doxygen
+    - mv html ../public
+  artifacts:
+    paths:
+      - public
+  only:
+    - master