mirror of
https://github.com/c-cube/ezcurl.git
synced 2025-12-06 11:15:44 -05:00
chore: update some build files
This commit is contained in:
parent
cc8adf48e1
commit
99b21c29cc
3 changed files with 6 additions and 7 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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" }
|
||||||
|
|
|
||||||
|
|
@ -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" }
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue