SSLproxy/.travis.yml

15 lines
619 B
YAML
Raw Normal View History

2013-07-03 13:34:30 +00:00
language: c
2020-03-29 18:17:26 +00:00
script: make && make travis && ./src/sslproxy -V
matrix:
include:
- os: linux
compiler: gcc
env: SSL=ubuntu EVENT=ubuntu
before_install:
- sudo apt-get install -qq libssl-dev libevent-dev libnet1-dev libpcap-dev check
2020-03-31 18:07:21 +00:00
# Do use the following line: curl https://sh.rustup.rs -sSf | sh
# Download rustup.sh and run with -y, otherwise it stops and prompts for an answer
- curl -f -L https://static.rust-lang.org/rustup.sh -O
2020-03-31 18:07:21 +00:00
# Don't forget to add .cargo/bin to $PATH
- sh rustup.sh -y && source $HOME/.cargo/env && cargo install testproxy