mirror of
https://github.com/gaoyifan/china-operator-ip.git
synced 2025-12-16 14:23:18 +08:00
Migrate from Travis CI to Github Actions (Fix #19)
This commit is contained in:
@@ -2,12 +2,9 @@
|
||||
|
||||
set -e
|
||||
|
||||
cidr-merger --version || {
|
||||
curl -sL -o ~/bin/gimme https://raw.githubusercontent.com/travis-ci/gimme/master/gimme
|
||||
chmod +x ~/bin/gimme
|
||||
eval "$(gimme stable)"
|
||||
go get github.com/zhanhb/cidr-merger
|
||||
}
|
||||
cidr-merger --version || \
|
||||
go get github.com/zhanhb/cidr-merger@v1.1.2
|
||||
|
||||
bgptools --version | grep -F $BGPTOOLS_VERSION || \
|
||||
cargo install --vers $BGPTOOLS_VERSION bgptools
|
||||
|
||||
|
||||
Reference in New Issue
Block a user