Disabled CI due to inablity to configure it correctly

Main reason is compiling with submodules; secondary is python test suite
This commit is contained in:
Robert Bendun 2022-05-23 17:47:33 +02:00
parent 0a024430e8
commit 3c476d4629

View File

@ -1,27 +0,0 @@
image: gcc
variables:
GIT_SUBMODULE_STRATEGY: recursive
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
unit-testing:
stage: test
script:
- make unit-tests