mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
10 lines
174 B
YAML
10 lines
174 B
YAML
language: rust
|
|
|
|
before_install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install -qq libssl-dev libcrypto1.0.0-udeb
|
|
|
|
script:
|
|
- cargo build -v
|
|
- cargo test -v
|