mirror of
https://github.com/gaoyifan/china-operator-ip.git
synced 2025-12-16 06:13:15 +08:00
add .travis.yml
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user