musique/.gitlab-ci.yml
2022-04-24 15:27:09 +02:00

13 lines
110 B
YAML

image: gcc
stages:
- build
build:
stage: build
script:
- make
artifacts:
path:
- main