Add gitlab CI integration

This commit is contained in:
Christophe de Dinechin 2017-06-16 15:52:41 +02:00
parent 93d13f8ecd
commit 52846e3139
1 changed files with 20 additions and 0 deletions

20
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,20 @@
before_script:
- git submodule update --init --recursive
test:
script:
- make test
- make debug-test
- make opt-test
- make release-test
make_only:
script:
- make
- make opt
- make release
- make debug
statistics:
script:
- time make opt-test