tangled
alpha
login
or
join now
anil.recoil.org
/
ocaml-cookeio
0
fork
atom
OCaml HTTP cookie handling library with support for Eio-based storage jars
0
fork
atom
overview
issues
pulls
pipelines
+ci
anil.recoil.org
3 months ago
7907b494
c49dbde3
0/1
build.yml
failed
4min 9s
+49
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yml
+49
.tangled/workflows/build.yml
···
1
1
+
when:
2
2
+
- event: ["push", "pull_request"]
3
3
+
branch: ["main"]
4
4
+
5
5
+
engine: nixery
6
6
+
7
7
+
dependencies:
8
8
+
nixpkgs:
9
9
+
- shell
10
10
+
- stdenv
11
11
+
- findutils
12
12
+
- binutils
13
13
+
- libunwind
14
14
+
- ncurses
15
15
+
- opam
16
16
+
- git
17
17
+
- gawk
18
18
+
- gnupatch
19
19
+
- gnum4
20
20
+
- gnumake
21
21
+
- gnutar
22
22
+
- gnused
23
23
+
- gnugrep
24
24
+
- diffutils
25
25
+
- gzip
26
26
+
- bzip2
27
27
+
- gcc
28
28
+
- ocaml
29
29
+
30
30
+
steps:
31
31
+
- name: opam
32
32
+
command: |
33
33
+
opam init --disable-sandboxing -any
34
34
+
- name: switch
35
35
+
command: |
36
36
+
opam install . --confirm-level=unsafe-yes --deps-only
37
37
+
- name: build
38
38
+
command: |
39
39
+
opam exec -- dune build
40
40
+
- name: switch-test
41
41
+
command: |
42
42
+
opam install . --confirm-level=unsafe-yes --deps-only --with-test
43
43
+
- name: test
44
44
+
command: |
45
45
+
opam exec -- dune runtest --verbose
46
46
+
- name: doc
47
47
+
command: |
48
48
+
opam install -y odoc
49
49
+
opam exec -- dune build @doc