Skip to content
Snippets Groups Projects
Commit b0518ef9 authored by Claudio Bisegni's avatar Claudio Bisegni
Browse files

add travis ci

parent db40f69c
No related branches found
No related tags found
No related merge requests found
language: cpp
compiler:
- gcc
- clang
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y lcov
before_script:
- mkdir build
- cd build
- cmake -DCHAOS_ARCHITECTURE_TEST=ON -DCMAKE_BUILD_TYPE=PROFILE ..
script:
- make install
- export LD_LIBRARY_PATH=/chaosframework/chaos-distrib-x86_64-Linux/lib
- chaos-distrib-x86_64-Linux/bin/TestFramework
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