Skip to content

Commit

Permalink
Deps update for picotls in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiraux committed Apr 8, 2020
1 parent 3627a1e commit d6b299d
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,21 @@ addons:
- libpcap-dev
- openssl
- libssl-dev
- faketime
- libscope-guard-perl
- libtest-tcp-perl
homebrew:
packages:
- openssl
- libpcap
- tcpdump
- libfaketime

before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install tcpdump libpcap openssl; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export CMAKE_OPTS=" -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl/"; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then curl -L https://cpanmin.us | sudo perl - App::cpanminus; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then sudo cpanm --notest Scope::Guard; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then sudo cpanm --notest Test::TCP; fi

install:
- go get -t -v ./... || true
Expand Down

0 comments on commit d6b299d

Please sign in to comment.