diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-06-20 01:02:06 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-06-20 09:37:44 +0200 |
commit | 0feb762fc076d46d386793a0f7280373d706bbf1 (patch) | |
tree | 0f0238ed1b940ea8c9c04e511f4a6ff440ddb782 /.travis.yml | |
parent | b778ae4c5e5bcb6da4de789e25971f40f0673d86 (diff) | |
download | curl-0feb762fc076d46d386793a0f7280373d706bbf1.tar.gz |
travis: do the distcheck test build out-of-tree as well
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
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: |