1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

.travis.yml: verify that man pages can be regenerated

... when curl is built from distribution tarball

Closes #2856
This commit is contained in:
Kamil Dudka 2018-08-09 17:16:19 +02:00
parent 41dabac761
commit 60000eb82f

View File

@ -307,11 +307,12 @@ script:
rm -rf curl-99.98.97
# verify out-of-tree build
(tar xf curl-99.98.97.tar.gz && \
touch curl-99.98.97/docs/{cmdline-opts,libcurl}/Makefile.inc && \
mkdir build && \
cd build && \
../curl-99.98.97/configure && \
make && \
make TFLAGS=1 test)
make TFLAGS='-p 1 1139' test)
# verify cmake build
rm -rf curl-99.98.97
(tar xf curl-99.98.97.tar.gz && \