From 0feb762fc076d46d386793a0f7280373d706bbf1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 20 Jun 2017 01:02:06 +0200 Subject: travis: do the distcheck test build out-of-tree as well --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 080f5fc13..a7f5fd074 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: -- cgit v1.2.3