mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-10-05 22:29:37 +00:00
test: Enable maintainer mode + debug in Travis
This commit is contained in:
@ -88,7 +88,7 @@ before_script:
|
|||||||
export LDFLAGS=$IOSFLAGS
|
export LDFLAGS=$IOSFLAGS
|
||||||
fi
|
fi
|
||||||
script:
|
script:
|
||||||
- ./buildconf && $SCAN_WRAP ./configure --disable-symbol-hiding --enable-expose-statics $CONFIG_OPTS && $SCAN_WRAP make
|
- ./buildconf && $SCAN_WRAP ./configure --disable-symbol-hiding --enable-expose-statics --enable-maintainer-mode --enable-debug $CONFIG_OPTS && $SCAN_WRAP make
|
||||||
- |
|
- |
|
||||||
if [ "$BUILD_TYPE" != "ios" ]; then
|
if [ "$BUILD_TYPE" != "ios" ]; then
|
||||||
cd test && autoreconf -iv && ./configure $CONFIG_OPTS && make && ./arestest -v && cd ..
|
cd test && autoreconf -iv && ./configure $CONFIG_OPTS && make && ./arestest -v && cd ..
|
||||||
|
Reference in New Issue
Block a user