test non-debug build first in ci.sh

If something's broken, the script will fail faster if we test the
faster build first, giving us quicker feedback.
This commit is contained in:
Joel Dice 2013-03-15 13:17:53 -06:00
parent c3e34b9438
commit 96a4b6e508

View File

@ -2,8 +2,8 @@
set -e
make mode=debug test
make test
make mode=debug test
make process=interpret test
# bootimage and openjdk builds without openjdk-src don't work:
if [ -z "${openjdk}" ]; then