Merge pull request #445 from chambart/travis_build_ocamlnat

GPR#445: Travis build ocamlnat
master
Mark Shinwell 2016-02-01 16:46:43 +00:00
commit 58b4ae89d4
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ EOF
./configure --prefix $PREFIX -with-debug-runtime -with-instrumented-runtime
export PATH=$PREFIX/bin:$PATH
make world.opt
make ocamlnat
make install
(cd testsuite && make all)
(cd testsuite && make USE_RUNTIME="d" all)