From 0418d6a17b1e5611e6afd643b86197bc142feec4 Mon Sep 17 00:00:00 2001 From: gumi Date: Sun, 21 Jan 2018 18:12:07 -0500 Subject: add gitlab-ci support --- .gitlab-ci.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .gitlab-ci.yml (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..aff1d127 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,29 @@ +stages: +- deploy + +image: ubuntu:rolling +before_script: + - uname -a + +pages: + stage: deploy + variables: + GIT_STRATEGY: clone + GIT_SUBMODULE_STRATEGY: recursive + GIT_DEPTH: "1" + UPDATE_DIR: "../../../public" + UPDATE_HTTP: "none" + CC: "clang" + script: + - apt-get -qq update + - apt-get install -qq -y make clang zip zlib1g-dev zlibc python + - mkdir public + - make updates + - make news + - cp -v world/map/news.txt public/ + artifacts: + paths: + - public + only: + - web + - pushes -- cgit v1.2.3-60-g2f50