Update .gitlab-ci.yml

This commit is contained in:
Hiro 2017-08-16 16:56:21 +00:00
parent 15bc2b1a64
commit dcda597fd3
1 changed files with 10 additions and 6 deletions

View File

@ -23,9 +23,13 @@ before_script:
# instead.
- mkdir -p ~/.ssh
- '[[ -f /.dockerenv ]] && echo "$SSH_SERVER_HOSTKEYS" > ~/.ssh/known_hosts'
test:
build:
script:
- "sh autogen.sh && ./configure && make && make install"
test:
script:
- "make test-full-online"
update: