[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Tue May 3 10:28:52 UTC 2016
The branch master has been updated
via d227a302a3f5fcf15b1bf6c24a633eb661e74c4d (commit)
from ea96ad5a206b7b5f25dad230333e8ff032df3219 (commit)
- Log -----------------------------------------------------------------
commit d227a302a3f5fcf15b1bf6c24a633eb661e74c4d
Author: Richard Levitte <levitte at openssl.org>
Date: Tue Mar 29 17:50:53 2016 +0200
Try 'make install' with one of the Travis configurations
Reviewed-by: Matt Caswell <matt at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 86a0dcb..78cee30 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,7 @@ compiler:
- gcc
env:
- - CONFIG_OPTS=""
+ - CONFIG_OPTS="" DESTDIR="_install"
- CONFIG_OPTS="--debug no-shared enable-crypto-mdebug enable-rc5 enable-md2"
- CONFIG_OPTS="--strict-warnings no-shared" BUILDONLY="yes"
- CONFIG_OPTS="no-pic --strict-warnings" BUILDONLY="yes"
@@ -85,6 +85,10 @@ script:
else
make build_tests;
fi
+ - if [ -n "$DESTDIR" ]; then
+ mkdir "../$DESTDIR";
+ make install DESTDIR="../$DESTDIR";
+ fi
- cd ..
notifications:
More information about the openssl-commits
mailing list