summaryrefslogtreecommitdiff
path: root/travis.sh
blob: 54a2b78ab53cff0aaa580754fc34bce58fd395a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash
set -ev
make igb
make lib
make daemons_all
make examples_all
make avtp_pipeline
mkdir build
cd build
cmake .. -G "Unix Makefiles"
make
export ARGS=--output-on-failure
make test
cd ../daemons/gptp/doc
mkdir build
cd build
cmake ..
make doc