555a3d85c6
Use the container-based travis-ci.org infrastructure to run only the unit tests. Change-Id: I4f7d011edb07341a668fa6fea495f6eb2a9c029b Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
15 lines
129 B
YAML
15 lines
129 B
YAML
language: c
|
|
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
|
|
sudo: false
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- libcunit1-dev
|
|
|
|
script: ./unittest.sh
|