Skip to content

Commit

Permalink
fixes to Travis CI script from Anil
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14765 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
mshinwell committed May 8, 2014
1 parent 44ac495 commit fbe19a8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis-ci.sh
@@ -1,16 +1,15 @@
case $XARCH in case $XARCH in
i386) i386)
uname -a
./configure ./configure
make world.opt make world.opt
sudo make install sudo make install
cd testsuite && make all cd testsuite && make all
git clone git://github.com/ocaml/camlp4 git clone git://github.com/ocaml/camlp4
cd camlp4 && ./configure && make && sudo make install cd camlp4 && ./configure && make && sudo make install
git clone -b 1.1 git://github.com/ocaml/opam git clone git://github.com/ocaml/opam
cd opam && ./configure && make && sudo make install cd opam && ./configure && make lib-ext && make && sudo make install
opam init -y -a opam init -y -a git://github.com/ocaml/opam-repository
opam install utop opam install -y utop
;; ;;
*) *)
echo unknown arch echo unknown arch
Expand Down

0 comments on commit fbe19a8

Please sign in to comment.