mxe_gcc5_tests.sh 260 B

123456789101112131415161718
  1. #!/usr/bin/env bash
  2. export LOGFILE=mxe_gcc5.log
  3. source ./tools/ci/scripts/winvars.sh || exit 1
  4. $CC --version
  5. $CXX --version
  6. autoreconf -i || exit 1
  7. ./configure \
  8. --host=${CROSS} \
  9. --enable-unittestsbin \
  10. $* || (cp config.log logs || exit 1)
  11. make -j2 V=0