diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a0eed98..2229845 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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