diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..0ecb21f78f363d8241cf7312f882f509097ac84d --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,16 @@ +variables: + GIT_SUBMODULE_STRATEGY: recursive + TERM: linux + GIT_STRATEGY: clone + +slides: + stage: build + only: + - master@stephane/ispra-2024 + script: + - make -C tex + artifacts: + paths: + - tex/slides.pdf + tags: + - stepan@puck \ No newline at end of file