We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671c947 commit 7d5be47Copy full SHA for 7d5be47
.travis.yml
@@ -2,6 +2,20 @@ language: go
2
go:
3
- 1.x
4
sudo: false
5
+before_script:
6
+ - sudo wget https://github.com/haproxytech/dataplaneapi/releases/download/v1.2.5/dataplaneapi -O /usr/local/bin/dataplaneapi
7
+ - sudo chmod +x /usr/local/bin/dataplaneapi
8
+install:
9
+ - wget http://www.haproxy.org/download/2.0/src/haproxy-2.0.14.tar.gz
10
+ - tar -zxvf haproxy-2.0.14.tar.gz
11
+ - pushd haproxy-2.0.14 && make TARGET=linux-glibc USE_OPENSSL=1 USE_ZLIB=1 USE_PCRE=1 && sudo make install && popd
12
+addons:
13
+ apt:
14
+ update: true
15
+ packages:
16
+ - libssl-dev
17
+ - zlib1g-dev
18
+ - libpcre3-dev
19
before_deploy:
20
- echo "Deploying $TRAVIS_TAG to GitHub releases"
21
- tar czf haproxy-connect.tar.gz haproxy-connect
0 commit comments