1 Star 0 Fork 0

zxtree/f-stack

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 517 Bytes
一键复制 编辑 原始数据 按行查看 历史
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
script:
- make -C dpdk install T=x86_64-native-linuxapp-gcc
- make -C lib CONF_CFLAGS="-Wno-unused-but-set-variable"
- make -C tools
- make -C example
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zxtree2006/f-stack.git
git@gitee.com:zxtree2006/f-stack.git
zxtree2006
f-stack
f-stack
master

搜索帮助