Travis: output ObjC build flags from gnustep-config

This will allow verifying that the selected options like RUNTIME_VERSION have taken effect.
This commit is contained in:
Frederik Seiffert 2019-11-28 14:40:11 +01:00
parent bb7ef95e2b
commit 314e2e65e2

View file

@ -14,6 +14,7 @@ install_gnustep_make() {
fi
./configure --prefix=$HOME/staging --with-library-combo=$LIBRARY_COMBO --with-user-config-file=$PWD/GNUstep.conf
make install
echo Objective-C build flags: `$HOME/staging/bin/gnustep-config --objc-flags`
}
install_ng_runtime() {