From cf2150c311c178867ac116fd2f575526cb1d6295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Ry=C3=BBk=29?= Date: Sat, 30 Oct 2021 17:27:30 +0200 Subject: [PATCH] Add CI. --- .gitlab-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..1de3967 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,13 @@ +variables: + GIT_SUBMODULE_STRATEGY: recursive + TERM: linux + GIT_STRATEGY: fetch + +website: + stage: build + only: + - master@stepan/stephane-adjemian.fr + script: + - make all + tags: + - restricted