stephane-adjemian.fr/.gitlab-ci.yml

14 lines
207 B
YAML

variables:
GIT_SUBMODULE_STRATEGY: recursive
TERM: linux
GIT_STRATEGY: fetch
website:
stage: build
only:
- master@stepan/stephane-adjemian.fr
script:
- make all
tags:
- restricted