Sense_the_Rhythm/presentation/.gitlab-ci.yml

29 lines
419 B
YAML
Raw Normal View History

2025-01-13 07:16:21 +01:00
stages:
- lint
- build
default:
cache:
- key:
files:
- pixi.lock
paths:
- .pixi/
lint-job:
stage: lint
image: ghcr.io/prefix-dev/pixi:0.24.2
script:
- pixi run lint
build-job:
stage: build
artifacts:
name: presentation
expose_as: presentation
paths:
- presentation.pdf
image: ghcr.io/prefix-dev/pixi:0.24.2
script:
- pixi run compile