diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..a45b6599d82962e19616dc02c4ea79de75468918 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,11 @@ +# SPDX-FileCopyrightText: 2021 Nicolás Alvarez +# SPDX-License-Identifier: CC0-1.0 + +build: + image: aergus/latex + stage: build + script: + - make + artifacts: + paths: + - "*.pdf"