Commit 26e750f0 authored by Nils Goroll's avatar Nils Goroll

build with master

parent 76b7899d
...@@ -11,9 +11,9 @@ addons: ...@@ -11,9 +11,9 @@ addons:
before_install: before_install:
- set -e - set -e
- wget https://repo.varnish-cache.org/source/varnish-5.0.0.tar.gz - wget https://github.com/varnishcache/varnish-cache/archive/master.tar.gz
- tar -zxf varnish-*.tar.gz - tar -zxf varnish-*.tar.gz
- pushd varnish-*/ - pushd varnish-cache-master
- ./configure --prefix=/usr - ./configure --prefix=/usr
- make -sj32 - make -sj32
- sudo make install - sudo make install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment