musique/.gitlab-ci.yml

31 lines
381 B
YAML

image: gcc
stages:
- dependencies
- build
- test
packages:
stage: dependencies
script:
- dpkg-query -Wf'${db:Status-abbrev}' python3
build:
stage: build
script:
- make
artifacts:
paths:
- main
stage: test
unit-testing:
stage: test
script:
- make unit-tests
examples_testing:
stage: test
script:
- etc/tools/test.py examples