Added missing dependencies
This commit is contained in:
parent
fee7b2b750
commit
6ca85e0be4
@ -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)
|
||||
|
@ -12,6 +12,8 @@ depends: [
|
||||
"menhir"
|
||||
"ppx_let"
|
||||
"tezos-utils"
|
||||
"getopt"
|
||||
"yojson"
|
||||
]
|
||||
build: [
|
||||
[ "dune" "build" "-p" name "-j" jobs ]
|
||||
|
Loading…
Reference in New Issue
Block a user