mirror of https://github.com/F-Stack/f-stack.git
travis-ci: update the dependences and clean cache.
This commit is contained in:
parent
2bfe3f2e55
commit
5150e168ac
|
@ -13,9 +13,10 @@ compiler:
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install -y coreutils build-essential git
|
- sudo apt-get install -y coreutils build-essential git
|
||||||
- sudo apt-get install -y linux-headers-`uname -r`
|
- sudo apt-get install -y linux-headers-`uname -r`
|
||||||
|
- sudo apt-get install -y libnuma-dev
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make -C dpdk install T=x86_64-native-linuxapp-gcc
|
- make -C dpdk install T=x86_64-native-linuxapp-gcc
|
||||||
- make -C lib CONF_CFLAGS="-Wno-unused-but-set-variable"
|
- make -C lib CONF_CFLAGS="-Wno-unused-but-set-variable"
|
||||||
- make -C tools
|
- make -C tools
|
||||||
- make -C example
|
- make -C example
|
||||||
|
|
Loading…
Reference in New Issue