You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SSLproxy/.travis.yml

18 lines
629 B
YAML

language: c
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
# 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
- sh rustup.sh -y
# Add .cargo/bin to $PATH
- source $HOME/.cargo/env
- cargo install testproxy