Ai
1 Star 0 Fork 0

Cojus/masscan

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 444 Bytes
一键复制 编辑 原始数据 按行查看 历史
srinivas32 提交于 2020-11-06 02:28 +08:00 . added power support arch ppc64le on yml file.
# This is a build/test script for "travis-ci", a continuous
# integration website that will build and test this project
# every time something is submitted, and send me email if
# the test breaks
arch:
- amd64
- ppc64le
language: c
os:
- linux
- osx
compiler:
- gcc
- clang
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y libpcap-dev; fi
script:
- make test
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Cojus/masscan.git
git@gitee.com:Cojus/masscan.git
Cojus
masscan
masscan
master

搜索帮助