Skip to content
Snippets Groups Projects
Commit dd670a68 authored by jstover's avatar jstover
Browse files

Add .gitlab-ci.yml

parent bc75922b
No related branches found
No related tags found
No related merge requests found
Pipeline #
stages:
- build
- deploy
- cleanup
build:
stage: build
script: make
artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
when: always
expire_in: 30 days
paths:
- build/
pdf:
stage: deploy
script: make pdf
artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
paths:
- Thesis.pdf
- Thesis.tar.gz
cleanup:
stage: cleanup
script: make clean
when: always
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment