mirror of
https://github.com/gaoyifan/china-operator-ip.git
synced 2025-07-13 21:02:37 +08:00
add .travis.yml
This commit is contained in:
parent
88523754cb
commit
fc43b32af9
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@ -0,0 +1,13 @@
|
||||
sudo: required
|
||||
services:
|
||||
- docker
|
||||
language: rust
|
||||
env:
|
||||
global:
|
||||
- BGPTOOLS_VERSION=0.0.1
|
||||
before_script:
|
||||
- cargo install --vers $BGPTOOLS_VERSION bgptools
|
||||
- docker pull gaoyifan/cidrmerge
|
||||
- docker pull gaoyifan/bgpdump
|
||||
script:
|
||||
- ./generate.sh
|
Loading…
Reference in New Issue
Block a user