Skip to content
Snippets Groups Projects
Commit 3c2f2599 authored by David Vojtek's avatar David Vojtek
Browse files

Merge branch 'dev_cpp' of code.it4i.cz:bes0030/4Neuro into dev_cpp

parents caf4a156 ef3a5277
No related branches found
No related tags found
No related merge requests found
job:
tags:
- centos7
image: ubuntu:latest
before_script:
- apt-get update
- apt-get install -y -V make
- apt-get install -y -V cmake
- apt-get install -y -V libboost-all-dev
- apt-get install -y -V build-essential
- apt-get install -y -V g++-5
- ./build.sh
script: "./run_tests.sh"
image: ubuntu:latest
before_script:
- apt-get update
- apt-get install -y -qq make cmake libboost-test-dev g++-5
- ./build.sh
run_tests:
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