Commit 0feb762f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent b778ae4c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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: