From 61cf0559b1cf3358df0b2dc7c29024cd2e21150c Mon Sep 17 00:00:00 2001 From: Robert Bendun Date: Mon, 23 May 2022 15:30:36 +0000 Subject: [PATCH] lib/midi in CI --- .gitlab-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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