chore: update some build files

This commit is contained in:
Simon Cruanes 2020-03-03 09:37:41 -06:00
parent cc8adf48e1
commit 99b21c29cc
3 changed files with 6 additions and 7 deletions

View file

@ -8,8 +8,11 @@ env:
- PINS="ezcurl:. ezcurl-lwt:." - PINS="ezcurl:. ezcurl-lwt:."
- DISTRO="ubuntu-16.04" - DISTRO="ubuntu-16.04"
matrix: matrix:
- PACKAGE="ezcurl" OCAML_VERSION="4.03"
- PACKAGE="ezcurl-lwt" OCAML_VERSION="4.03" - PACKAGE="ezcurl-lwt" OCAML_VERSION="4.03"
#- PACKAGE="ezcurl-lwt" OCAML_VERSION="4.04" #- PACKAGE="ezcurl-lwt" OCAML_VERSION="4.04"
#- PACKAGE="ezcurl-lwt" OCAML_VERSION="4.05" EXTRA_DEPS="base-bigarray" #- PACKAGE="ezcurl-lwt" OCAML_VERSION="4.05" EXTRA_DEPS="base-bigarray"
- PACKAGE="ezcurl-lwt" OCAML_VERSION="4.06" - PACKAGE="ezcurl-lwt" OCAML_VERSION="4.06"
- PACKAGE="ezcurl" OCAML_VERSION="4.07"
- PACKAGE="ezcurl-lwt" OCAML_VERSION="4.07" - PACKAGE="ezcurl-lwt" OCAML_VERSION="4.07"
- PACKAGE="ezcurl-lwt" OCAML_VERSION="4.10"

View file

@ -11,12 +11,10 @@ build: [
["dune" "runtest" "-p" name] {with-test} ["dune" "runtest" "-p" name] {with-test}
] ]
depends: [ depends: [
"base-bytes"
"result"
"ocurl" "ocurl"
"ezcurl" "ezcurl" { = version }
"lwt" "lwt"
"dune" {build} "dune" { >= "1.0" }
"odoc" {with-doc} "odoc" {with-doc}
"mdx" {with-test} "mdx" {with-test}
"ocaml" { >= "4.03.0" } "ocaml" { >= "4.03.0" }

View file

@ -11,10 +11,8 @@ build: [
["dune" "runtest" "-p" name] {with-test} ["dune" "runtest" "-p" name] {with-test}
] ]
depends: [ depends: [
"base-bytes"
"result"
"ocurl" "ocurl"
"dune" {build} "dune" { >= "1.0" }
"odoc" {with-doc} "odoc" {with-doc}
"ocaml" { >= "4.03.0" } "ocaml" { >= "4.03.0" }
] ]