Use premake5 during automated testing, after a few weeks of use in production.

Refs #4846.

This was SVN commit r20635.
This commit is contained in:
Nicolas Auvray 2017-12-10 14:26:53 +00:00
parent 38d11a6fce
commit a82175b580

View File

@ -65,7 +65,7 @@ build()
{
{
echo 'Updating workspaces...'
build/workspaces/update-workspaces.sh "${JOBS}" --premake4 --with-system-nvtt --without-miniupnpc >/dev/null || echo 'Updating workspaces failed!'
build/workspaces/update-workspaces.sh "${JOBS}" --with-system-nvtt --without-miniupnpc >/dev/null || echo 'Updating workspaces failed!'
cd build/workspaces/gcc
echo 'Build (release)...'
make "${JOBS}" config=release 2>&1 1>/dev/null