Update .gitlab-ci.yml

This commit is contained in:
Hiro 2017-08-16 18:11:55 +00:00
parent 72bf4be70d
commit 7bdbd870e8
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
before_script:
- "apt-get update -qq"
- "apt-get upgrade -y"
- "apt-get install -y --fix-missing git openssh-client wget gcc g++ automake cmake make libglib2.0 libglib2.0-dev libigraph0 libigraph0-dev libevent-dev openssl libssl-dev"
- "apt-get install -y --fix-missing git openssh-client asciidoc-base wget gcc g++ automake cmake make libglib2.0 libglib2.0-dev libigraph0 libigraph0-dev libevent-dev openssl libssl-dev"
# Run ssh-agent (inside the build environment)
- eval $(ssh-agent -s)