summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-06-20 01:02:06 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-06-20 09:37:44 +0200
commit0feb762fc076d46d386793a0f7280373d706bbf1 (patch)
tree0f0238ed1b940ea8c9c04e511f4a6ff440ddb782
parentb778ae4c5e5bcb6da4de789e25971f40f0673d86 (diff)
downloadcurl-0feb762fc076d46d386793a0f7280373d706bbf1.tar.gz
travis: do the distcheck test build out-of-tree as well
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
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: