Try 'make install' with one of the Travis configurations
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
ea96ad5a20
commit
d227a302a3
1 changed files with 5 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue