Skip to content
Snippets Groups Projects
Verified Commit 22a3f16a authored by Laurent Modolo's avatar Laurent Modolo
Browse files

add .gitlab-ci.yml

parent ad91698b
No related branches found
No related tags found
No related merge requests found
stages:
- build
build:
stage: build
image: pandoc/latex:2.12
script:
- make
artifacts:
paths:
- html
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment