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:
parent
0a024430e8
commit
3c476d4629
@ -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
|
Loading…
Reference in New Issue
Block a user