Skip to content
Snippets Groups Projects
Commit 692fa16b authored by Hiro's avatar Hiro
Browse files

Update .gitlab-ci.yml

parent dcda597f
No related branches found
No related tags found
No related merge requests found
before_script:
- "apt-get update -qq"
- "apt-get upgrade -y"
- "apt-get install -y --fix-missing git"
# Install ssh-agent if not already installed, it is required by Docker.
# (change apt-get to yum if you use a CentOS-based image)
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -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 python"
# Run ssh-agent (inside the build environment)
- eval $(ssh-agent -s)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment