make-it-quick/.gitlab-ci.yml

25 lines
337 B
YAML
Raw Normal View History

2017-06-16 21:52:41 +08:00
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
install:
script:
- make DESTDIR=./tmp install && ls -lR tmp