musique/.gitlab-ci.yml

13 lines
111 B
YAML
Raw Normal View History

2022-04-24 15:27:09 +02:00
image: gcc
stages:
- build
build:
stage: build
script:
- make
artifacts:
2022-04-24 15:28:37 +02:00
paths:
2022-04-24 15:27:09 +02:00
- main