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

Trying to fix CI...

parent bff2a855
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,11 @@ job:
before_script:
- apt-get update
- apt-get install -y -qq make cmake libboost-test-dev g++-5
- apt-get install -y -V make
- apt-get install -y -V cmake
- apt-get install -y -V libboost-test-dev
- apt-get install -y -V build-essentials
- apt-get install -y -V g++-5
- ./build.sh
script: "./run_tests.sh"
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