提交 d227a302 编写于 作者: R Richard Levitte

Try 'make install' with one of the Travis configurations

Reviewed-by: NMatt Caswell <matt@openssl.org>
上级 ea96ad5a
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册