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
- test
packages:
stage: build
script:
- dpkg-query -Wf'${db:Status-abbrev}' libasound2-dev
build:
stage: build
script:
- (cd lib/midi; make)
- make
artifacts:
paths:
- bin/musique
stage: test
unit-testing:
stage: test