Add gitlab CI config
This commit is contained in:
parent
031a5dcd81
commit
a155eac0ae
1 changed files with 7 additions and 0 deletions
7
.gitlab-ci.yml
Normal file
7
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
stages:
|
||||
- build
|
||||
|
||||
paper-pdf-build-job:
|
||||
stage: build
|
||||
script:
|
||||
- make -C paper
|
||||
Loading…
Add table
Add a link
Reference in a new issue