Skip to content

Commit

Permalink
opam args
Browse files Browse the repository at this point in the history
  • Loading branch information
vogler committed Jul 15, 2019
1 parent 1400501 commit ff4e87b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ocb() {
opam_setup() {
set -x
opam init -y -a --bare $SANDBOXING # sandboxing is disabled in travis and docker
opam switch -y create ./ --deps-only ocaml-base-compiler.4.07.1
opam switch -y create . --deps-only ocaml-base-compiler.4.07.1
# opam install camlp4 mongo # camlp4 needed for mongo
}

Expand Down Expand Up @@ -88,7 +88,7 @@ rule() {
echo "Installing gem parallel (not needed for ./scripts/update_suite.rb -s)"
sudo gem install parallel
;; lock)
opam lock .
opam lock
;; watch)
fswatch --event Updated -e $TARGET.ml src/ | xargs -n1 -I{} make
;; headers)
Expand Down

0 comments on commit ff4e87b

Please sign in to comment.