lib/midi in CI

This commit is contained in:
Robert Bendun 2022-05-23 15:30:36 +00:00
parent 8853451cb5
commit 61cf0559b1

View File

@ -4,14 +4,19 @@ stages:
- build - build
- test - test
packages:
stage: build
script:
- dpkg-query -Wf'${db:Status-abbrev}' libasound2-dev
build: build:
stage: build stage: build
script: script:
- (cd lib/midi; make)
- make - make
artifacts: artifacts:
paths: paths:
- bin/musique - bin/musique
stage: test
unit-testing: unit-testing:
stage: test stage: test