Skip to content

Commit

Permalink
BUILD/MEDIUM: add haproxy and dataplane binaries to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Apr 16, 2020
1 parent 671c947 commit 7d5be47
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@ language: go
go:
- 1.x
sudo: false
before_script:
- sudo wget https://github.com/haproxytech/dataplaneapi/releases/download/v1.2.5/dataplaneapi -O /usr/local/bin/dataplaneapi
- sudo chmod +x /usr/local/bin/dataplaneapi
install:
- wget http://www.haproxy.org/download/2.0/src/haproxy-2.0.14.tar.gz
- tar -zxvf haproxy-2.0.14.tar.gz
- pushd haproxy-2.0.14 && make TARGET=linux-glibc USE_OPENSSL=1 USE_ZLIB=1 USE_PCRE=1 && sudo make install && popd
addons:
apt:
update: true
packages:
- libssl-dev
- zlib1g-dev
- libpcre3-dev
before_deploy:
- echo "Deploying $TRAVIS_TAG to GitHub releases"
- tar czf haproxy-connect.tar.gz haproxy-connect
Expand Down

0 comments on commit 7d5be47

Please sign in to comment.