numam-spdk/.travis.yml

28 lines
384 B
YAML
Raw Normal View History

language: c
compiler:
- gcc
- clang
dist: trusty
sudo: false
addons:
apt:
packages:
- libcunit1-dev
- libaio-dev
- libssl-dev
- uuid-dev
- libnuma-dev
before_script:
- git submodule update --init
- export MAKEFLAGS="-j$(nproc)"
script:
- ./scripts/check_format.sh
- ./configure --enable-werror
- make
- ./test/unit/unittest.sh