summaryrefslogtreecommitdiff
path: root/travis.sh
blob: 5afad5e78f58d53f826e0b96e9e9b513b4e1d680 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash
set -ev
make igb
make lib
make daemons_all
make examples_all
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