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>
22 lines
228 B
YAML
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
|