From: Richard Levitte Date: Mon, 7 Dec 2015 14:47:43 +0000 (+0100) Subject: In travis, build from a "source release" rather than from the build tree X-Git-Tag: OpenSSL_1_0_1r~40 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1e8a87295e4e7f753cff47f9728487b74c4b932b;p=oweals%2Fopenssl.git In travis, build from a "source release" rather than from the build tree Reviewed-by: Rich Salz (cherry picked from commit 475fc3d8729190fd12b4ff23d6ec488439fb78f9) --- diff --git a/.travis.yml b/.travis.yml index 397ac1d958..288a3f126b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,9 @@ matrix: env: CONFIG_OPTS="-d --strict-warnings" before_script: + - make -f Makefile.org TARFILE=_srcdist.tar NAME=_srcdist dist + - tar -xvzf _srcdist.tar.gz + - cd _srcdist - if [ "$CC" == i686-w64-mingw32-gcc ]; then export CROSS_COMPILE=${CC%%gcc}; unset CC; ./Configure mingw $CONFIG_OPTS; @@ -41,10 +44,13 @@ before_script: else ./config $CONFIG_OPTS; fi + - cd .. script: + - cd _srcdist - make - if [ -z "$CROSS_COMPILE" ]; then make test; fi + - cd .. notifications: recipient: