musique/.gitlab-ci.yml
2022-05-22 06:18:08 +02:00

30 lines
357 B
YAML

image: gcc
stages:
- build
- test
packages:
stage: build
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