X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5a049933b631443eaf71b1d9e484499d37bc3fe5..fe6b1b853aaa900356d12f69e8e3d84467221f4c:/build/buildbot/config/include/testdrive-unix.xml diff --git a/build/buildbot/config/include/testdrive-unix.xml b/build/buildbot/config/include/testdrive-unix.xml index 38fc059236..56f450a9ad 100644 --- a/build/buildbot/config/include/testdrive-unix.xml +++ b/build/buildbot/config/include/testdrive-unix.xml @@ -165,9 +165,12 @@ export LD_LIBRARY_PATH if { ccache -V; } >/dev/null 2>&1; then CCACHE_DIR=$TOPDIR/ccache export CCACHE_DIR - ccache -M 90M + ccache -M 120M fi cd $BUILDDIR +if [ -f wx-config ]; then + `./wx-config --cxx` --version +fi trap 'cd; rm -rf $BUILDDIR' EXIT