From: Kees Monshouwer Date: Thu, 7 May 2015 14:32:07 +0000 (+0200) Subject: download files to a location outside the git tree X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~28^2~53^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac6e0377eedff66952b3b135ea2e0b056de6cd90;p=thirdparty%2Fpdns.git download files to a location outside the git tree --- diff --git a/.travis.yml b/.travis.yml index d062d05ff9..ef4ca59993 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,15 +57,17 @@ before_script: - sudo update-alternatives --set ruby /usr/bin/ruby1.9.1 - sudo touch /etc/authbind/byport/53 - sudo chmod 755 /etc/authbind/byport/53 + - cd .. - wget ftp://ftp.nominum.com/pub/nominum/dnsperf/2.0.0.0/dnsperf-2.0.0.0-1-rhel-6-x86_64.tar.gz - tar xzvf dnsperf-2.0.0.0-1-rhel-6-x86_64.tar.gz - fakeroot alien --to-deb dnsperf-2.0.0.0-1/dnsperf-2.0.0.0-1.el6.x86_64.rpm - sudo dpkg -i dnsperf_2.0.0.0-2_amd64.deb - - travis_retry gem install bundler --no-rdoc --no-ri - - cd regression-tests + - wget https://xs.powerdns.com/tmp/libsodium_1.0.2-1_amd64.deb + - sudo dpkg -i libsodium_1.0.2-1_amd64.deb - wget http://s3.amazonaws.com/alexa-static/top-1m.csv.zip - - unzip top-1m.csv.zip - - cd .. + - unzip top-1m.csv.zip -d ./pdns/regression-tests + - cd pdns + - travis_retry gem install bundler --no-rdoc --no-ri - cd modules/remotebackend - travis_retry ruby -S bundle install - cd ../.. @@ -76,8 +78,6 @@ before_script: - sudo chmod 0644 /etc/softhsm/softhsm.conf - sudo chmod 0777 /var/lib/softhsm - p11-kit -l # ensure it's ok - - wget https://xs.powerdns.com/tmp/libsodium_1.0.2-1_amd64.deb - - sudo dpkg -i libsodium_1.0.2-1_amd64.deb script: - ./bootstrap - ./configure