musique/.gitlab-ci.yml

21 lines
298 B
YAML

image: gcc
stages:
- build
- test
build:
stage: build
script:
- make
artifacts:
paths:
- bin/musique
stage: test
unit-testing:
stage: test
script:
- make unit-tests
- apt-get update && apt-get install -y python3
- python3 etc/tools/test.py test examples