diff options
author | Richard Levitte <levitte@openssl.org> | 2019-02-28 13:35:32 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-03-05 09:26:13 +0100 |
commit | 26a053d195d5cc8a5cd648da3f05d3ff0e47f776 (patch) | |
tree | 90f9c170c03632c96dd1d1dd6f95b10c5291706b /.travis.yml | |
parent | Configure: make C++ build tests optional and configurable (diff) | |
download | openssl-26a053d195d5cc8a5cd648da3f05d3ff0e47f776.tar.xz openssl-26a053d195d5cc8a5cd648da3f05d3ff0e47f776.zip |
Travis: use enable-buildtest-c++
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8370)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3184308fa4..c79040ded5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ compiler: env: - CONFIG_OPTS="" DESTDIR="_install" - CONFIG_OPTS="no-asm -Werror --debug no-afalgeng no-shared enable-crypto-mdebug enable-rc5 enable-md2" - - CONFIG_OPTS="no-asm no-makedepend --strict-warnings -D_DEFAULT_SOURCE" BUILDONLY="yes" CHECKDOCS="yes" GENERATE="yes" CPPFLAGS="-ansi" + - CONFIG_OPTS="no-asm no-makedepend enable-buildtest-c++ --strict-warnings -D_DEFAULT_SOURCE" BUILDONLY="yes" CHECKDOCS="yes" GENERATE="yes" CPPFLAGS="-ansi" matrix: include: |