Skip to content
Snippets Groups Projects
Commit 93bcaa14 authored by Martin Beseda's avatar Martin Beseda
Browse files

FIX: Fixed gitlab-ci.yml

parent 9cf1e086
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,7 @@ ubuntu_2: ...@@ -43,6 +43,7 @@ ubuntu_2:
image: ubuntu:latest image: ubuntu:latest
before_script: before_script:
sudo apt-get install -y -V git
- ./download_dependencies.sh - ./download_dependencies.sh
- cd external_dependencies/boost - cd external_dependencies/boost
- ./bootstrap.sh --with-serialization --with-random --with-system - ./bootstrap.sh --with-serialization --with-random --with-system
......
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