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