Added missing dependencies

This commit is contained in:
Georges Dupéron 2019-04-20 11:09:07 +02:00
parent fee7b2b750
commit 6ca85e0be4
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@ before_script:
- echo "$PATH"
- printf '' | opam init
- eval $(opam config env)
- printf '' | opam switch create $switch ocaml-base-compiler.4.06.1
- printf '' | opam switch create toto ocaml-base-compiler.4.06.1
- eval $(opam config env)
- opam repository add new-tezos-opam-repository https://gitlab.com/gabriel.alfour/new-tezos-opam-repository.git
- eval $(opam config env)

View File

@ -12,6 +12,8 @@ depends: [
"menhir"
"ppx_let"
"tezos-utils"
"getopt"
"yojson"
]
build: [
[ "dune" "build" "-p" name "-j" jobs ]