3 # Run tests on tools compiled with gcc and clang
8 # Make sure CMake is installed on target
9 install: sudo apt-get install cmake libnl-3-dev libnl-genl-3-dev libnl-route-3-dev libcap2-bin protobuf-c-compiler libprotobuf-c0-dev python-yaml libcap2-bin
11 # Build a release version and get verbose output
15 # Run the Build script
19 - cmake .. -DCMAKE_INSTALL_PREFIX=../_install -DCMAKE_BUILD_TYPE=Release $OPTIONS
24 - ctest --output-on-failure
26 # Only watch the master branch
33 - emmanuel.roullit@gmail.com