Update .gitlab-ci.yml

This commit is contained in:
Hiro 2017-08-16 19:20:04 +00:00
parent b3a992d662
commit 40288fd772
1 changed files with 3 additions and 5 deletions

View File

@ -23,11 +23,9 @@ before_script:
build: build:
script: script:
- "sh autogen.sh && ./configure && make && make install" - "sh autogen.sh && ./configure && make"
- "make check"
test: - "make install"
script:
- "make test-full-online"
update: update:
script: script: