travis: do the distcheck test build out-of-tree as well

This commit is contained in:
Daniel Stenberg 2017-06-20 01:02:06 +02:00
parent b778ae4c5e
commit 0feb762fc0
1 changed files with 3 additions and 1 deletions

View File

@ -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: