Files
libiscsi/.travis.yml
Bart Van Assche 6ea30aea50 .travis.yml: Add to repository
This change makes it possible to tell Travis CI to trigger a build after
every push and every time a new merge request is submitted.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
2020-02-24 19:04:57 -08:00

22 lines
228 B
YAML

language: c
os:
- linux
- osx
addons:
apt:
packages:
- dpkg
- gcc
- libcunit1-dev
- libibverbs-dev
- librdmacm-dev
- make
- pkg-config
sudo: required
script:
ci/build.sh