Travis, debug print config opts.

This commit is contained in:
W.C.A. Wijngaards 2021-03-24 10:57:59 +01:00
parent c682d423c9
commit 569fb4d2f4

View File

@ -343,6 +343,7 @@ script:
--prefix=\"$IOS_PREFIX\" \
--with-ssl=\"$IOS_PREFIX\" --disable-gost \
--with-libexpat=\"$IOS_PREFIX\" "
echo CONFIG_OPTS ${CONFIG_OPTS}
export MAKE_TEST=no
export TEST_INSTALL=yes
fi
@ -359,6 +360,7 @@ script:
--prefix=\"$ANDROID_PREFIX\" \
--with-ssl=\"$ANDROID_PREFIX\" --disable-gost \
--with-libexpat=\"$ANDROID_PREFIX\" "
echo CONFIG_OPTS ${CONFIG_OPTS}
export MAKE_TEST=no
export TEST_INSTALL=yes
fi