musique/.gitlab-ci.yml

13 lines
111 B
YAML

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