Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jenkins update #458

Merged
merged 4 commits into from Feb 13, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions jenkins/10-opam-prepare.sh
Expand Up @@ -3,6 +3,16 @@ BASE="ocaml ocaml-compiler-libs"

add () { BASE="${BASE} $1"; }

# milter
libmilter-dev
# lzo
add liblzo2-dev
# magic
add libmagic-dev
# mpi
add mpi-default-dev
# snappy
add libsnappy-dev
# alt-ergo
add autoconf
# yajl
Expand Down Expand Up @@ -39,6 +49,7 @@ add liblo-dev
# lablgtk2
add libgtk2.0-dev
add libgtksourceview2.0-dev
add libglade2-dev
# oqamldebug
add qt4-qmake
# lwt-zmq
Expand Down