lib/midi in CI
This commit is contained in:
parent
8853451cb5
commit
61cf0559b1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user