CI: fix opam dependencies

This commit is contained in:
Grégoire Henry 2018-07-11 22:01:24 +02:00
parent 6909f0b3bc
commit 359f858c3e
No known key found for this signature in database
GPG Key ID: 50D984F20BD445D2
3 changed files with 2 additions and 29 deletions

View File

@ -508,11 +508,6 @@ opam:62:tezos-baker-alpha-commands:
variables:
package: tezos-baker-alpha-commands
opam:63:tezos-bench:
<<: *opam_definition
variables:
package: tezos-bench
##END_OPAM##

View File

@ -1,24 +0,0 @@
opam-version: "1.2"
version: "dev"
maintainer: "contact@tezos.com"
authors: [ "Tezos devteam" ]
homepage: "https://www.tezos.com/"
bug-reports: "https://gitlab.com/tezos/tezos/issues"
dev-repo: "https://gitlab.com/tezos/tezos.git"
license: "unreleased"
depends: [
"ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta17" }
"tezos-base"
"tezos-shell"
"tezos-embedded-protocol-alpha"
"cmdliner"
"ssl"
"alcotest-lwt"
]
build: [
[ "jbuilder" "build" "-p" name "-j" jobs ]
]
build-test: [
[ "jbuilder" "runtest" "-p" name "-j" jobs ]
]

View File

@ -16,6 +16,8 @@ depends: [
"tezos-protocol-updater"
"alcotest-lwt" { test }
"tezos-embedded-protocol-demo" { test }
"tezos-protocol-environment" { test }
"tezos-protocol-alpha" { test }
]
build: [
[ "jbuilder" "build" "-p" name "-j" jobs ]