musique/.gitlab-ci.yml

13 lines
110 B
YAML
Raw Normal View History

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