integrate 'make check_all_arches' in the Travis pipeline

master
Gabriel Scherer 2016-07-10 10:17:57 -04:00
parent 99db3207e7
commit 2e4d966d1b
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,10 @@ EOF
make install
(cd testsuite && make all)
(cd testsuite && make USE_RUNTIME="d" all)
# check_all_arches checks tries to compile all backends in place,
# we need to redo (small parts of) world.opt afterwards
make check_all_arches
make world.opt
mkdir external-packages
cd external-packages
git clone git://github.com/ocaml/ocamlbuild