3 Star 1 Fork 3

Gitee 极速下载 / xl2tpd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/xelerance/xl2tpd
克隆/下载
.travis.yml 632 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: c
jobs:
include:
- os: linux
dist: bionic
compiler: gcc
- os: linux
dist: bionic
compiler: clang
- os: linux
dist: focal
compiler: gcc
- os: linux
dist: focal
compiler: clang
- os: linux
dist: jammy
compiler: gcc
- os: linux
dist: jammy
compiler: clang
sudo: false
addons:
apt:
packages:
- make
- gcc-multilib
- libpcap0.8
- libpcap0.8-dev
cache:
directories:
- $HOME/.ccache
before_script:
- make clean
script:
- make
- ./xl2tpd-control --version
- ./xl2tpd-control --help
C/C++
1
https://gitee.com/mirrors/xl2tpd.git
git@gitee.com:mirrors/xl2tpd.git
mirrors
xl2tpd
xl2tpd
master

搜索帮助