- if [ `uname` = "Darwin" ]; then brew install xz lzo lz4; fi
- if [ `uname` = "Linux" ]; then sudo apt-get install -y libbz2-dev libzip-dev liblzma-dev liblzo2-dev; fi
script:
- - travis_wait 30 build/ci_build.sh
+ - build/ci_build.sh
+ - if [ `uname` = "Linux" ]; then build/ci_build.sh -a test; fi
+ - if [ `uname` = "Darwin" ]; then travis_wait 30 build/ci_build.sh -a test; fi
esac
done
if [ -z "${ACTIONS}" ]; then
- ACTIONS="autogen configure build test"
+ ACTIONS="autogen configure build"
fi
if [ -z "${BUILD_SYSTEM}" ]; then
inputerror "Missing type (-t) parameter"