Update .gitlab-ci.yml

This commit is contained in:
Hiro 2017-08-16 16:52:16 +00:00
parent 859de8bfeb
commit 7346c93822
1 changed files with 10 additions and 7 deletions

View File

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