From: TimePath Date: Tue, 5 Jan 2016 07:15:30 +0000 (+1100) Subject: CI: artifact upload X-Git-Tag: xonotic-v0.8.2~1281 X-Git-Url: https://de.git.xonotic.org/?a=commitdiff_plain;h=d08c13a8769cbc0e797192fcb4c12e8b163ec1e9;p=xonotic%2Fxonotic-data.pk3dir.git CI: artifact upload --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bd671bf5c..2cc7d4fb4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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