f-stack/.travis.yml

23 lines
517 B
YAML
Raw Permalink Normal View History

2017-09-11 06:02:26 +03:00
language: c
cache:
directories:
dpdk
compiler:
- gcc
# before_install:
# - sudo apt-get install -y coreutils build-essential git
# - sudo apt-get install -y linux-headers-`uname -r`
install:
- sudo apt-get install -y coreutils build-essential git
- sudo apt-get install -y linux-headers-`uname -r`
- sudo apt-get install -y libnuma-dev
2017-09-11 06:02:26 +03:00
script:
- make -C dpdk install T=x86_64-native-linuxapp-gcc
- make -C lib CONF_CFLAGS="-Wno-unused-but-set-variable"
2017-09-11 06:07:09 +03:00
- make -C tools
- make -C example