mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 04:17:56 -04:00
chore: CI
This commit is contained in:
parent
028d5ece71
commit
5944e4f9af
3 changed files with 6 additions and 0 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -27,6 +27,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
# needed for depext to work
|
||||||
|
- run: sudo apt-get update
|
||||||
|
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||||
|
|
||||||
- name: Use OCaml ${{ matrix.ocaml-compiler }}
|
- name: Use OCaml ${{ matrix.ocaml-compiler }}
|
||||||
uses: ocaml/setup-ocaml@v2
|
uses: ocaml/setup-ocaml@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,7 @@
|
||||||
(depends
|
(depends
|
||||||
(ocaml (>= "4.08"))
|
(ocaml (>= "4.08"))
|
||||||
(opentelemetry (= :version))
|
(opentelemetry (= :version))
|
||||||
|
(cohttp-lwt-unix :with-test)
|
||||||
(odoc :with-doc)
|
(odoc :with-doc)
|
||||||
lwt)
|
lwt)
|
||||||
(tags
|
(tags
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@ depends: [
|
||||||
"dune" {>= "2.7"}
|
"dune" {>= "2.7"}
|
||||||
"ocaml" {>= "4.08"}
|
"ocaml" {>= "4.08"}
|
||||||
"opentelemetry" {= version}
|
"opentelemetry" {= version}
|
||||||
|
"cohttp-lwt-unix" {with-test}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
"lwt"
|
"lwt"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue