From: Daniel Stenberg Date: Mon, 19 Jun 2017 23:02:06 +0000 (+0200) Subject: travis: do the distcheck test build out-of-tree as well X-Git-Tag: curl-7_55_0~156 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0feb762fc076d46d386793a0f7280373d706bbf1;p=thirdparty%2Fcurl.git travis: do the distcheck test build out-of-tree as well --- diff --git a/.travis.yml b/.travis.yml index 080f5fc131..a7f5fd0741 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,7 +85,9 @@ script: ./configure make ./maketgz 99.98.97 - tar xvf curl-99.98.97.tar.gz && cd curl-99.98.97 && ./configure && make && make TFLAGS=1 test + (tar xf curl-99.98.97.tar.gz && cd curl-99.98.97 && ./configure && make && make TFLAGS=1 test) + rm -rf curl-99.98.97 + (tar xf curl-99.98.97.tar.gz && mkdir build && cd build && ../curl-99.98.97/configure && make && make TFLAGS=1 test) fi notifications: