On 25-02-17 19:00, Ilya Shipitsin wrote:
> in rare cases openvpn is built from tarball, it happens during "installer 
> build"
> process. "make distcheck" helps to prevent problems during such builds.
> 
> V2: limit "make distcheck" to one build configuration
> Signed-off-by: Ilya Shipitsin <chipits...@gmail.com>
> ---
>  .travis.yml | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index a68374a..3c0aa7d 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -33,7 +33,7 @@ matrix:
>      - env: SSLLIB="mbedtls"
>        os: linux
>        compiler: clang
> -    - env: SSLLIB="openssl" EXTRA_CONFIG="--disable-crypto"
> +    - env: SSLLIB="openssl" EXTRA_CONFIG="--disable-crypto" 
> EXTRA_SCRIPT="make distcheck"
>        os: linux
>        compiler: clang
>      - env: SSLLIB="openssl" EXTRA_CONFIG="--disable-lzo"
> @@ -84,3 +84,4 @@ script:
>    - if [ "${TRAVIS_OS_NAME}" = "linux" ]; then ldd src/openvpn/openvpn; fi
>    - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then otool -L src/openvpn/openvpn; fi
>    - make check
> +  - $EXTRA_SCRIPT
> 

Thanks, this looks good.  ACK.

-Steffan

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to