summaryrefslogtreecommitdiff
path: root/travis.sh
blob: 01b96d403270cce194cfa0994461d4aa6dab30bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash
set -ev

make daemons_all
make examples_all
make avtp_pipeline
make avtp_avdecc
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