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

14 lines
207 B
YAML
Raw Normal View History

2021-10-30 17:27:30 +02:00
variables:
GIT_SUBMODULE_STRATEGY: recursive
TERM: linux
GIT_STRATEGY: fetch
website:
stage: build
only:
- master@stepan/stephane-adjemian.fr
script:
- make all
tags:
- restricted