File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 96
96
skip-effects : true
97
97
skip-test : true
98
98
skip-doc : true
99
+ - os : ubuntu-latest
100
+ os-name : Ubuntu
101
+ ocaml-name : " OxCaml"
102
+ ocaml-compiler : " ocaml-variants.5.2.0+ox"
103
+ skip-effects : false
104
+ skip-test : false
105
+ skip-doc : true
99
106
100
107
runs-on : ${{ matrix.os }}
101
108
@@ -140,6 +147,16 @@ jobs:
140
147
uses : ocaml/setup-ocaml@v3
141
148
with :
142
149
ocaml-compiler : ${{ matrix.ocaml-compiler }}
150
+ if : matrix.ocaml-compiler != 'ocaml-variants.5.2.0+ox'
151
+
152
+ - name : Set-up OxCaml ${{ matrix.ocaml-compiler }}
153
+ uses : ocaml/setup-ocaml@v3
154
+ with :
155
+ ocaml-compiler : ${{ matrix.ocaml-compiler }}
156
+ opam-repositories : |
157
+ default: https://github.com/ocaml/opam-repository.git
158
+ ox: https://github.com/oxcaml/opam-repository.git
159
+ if : matrix.ocaml-compiler == 'ocaml-variants.5.2.0+ox'
143
160
144
161
# Work-around a race between reinstalling mingw-w64-shims
145
162
# (because of conf-pkg-config optional dep) and installing other
Original file line number Diff line number Diff line change 58
58
separate_compilation : false
59
59
jane_street_tests : true
60
60
all_jane_street_tests : false
61
+ - os : ubuntu-latest
62
+ os-name : Ubuntu
63
+ ocaml-compiler : " ocaml-variants.5.2.0+ox"
64
+ separate_compilation : true
65
+ jane_street_tests : true
66
+ all_jane_street_tests : true
61
67
62
68
runs-on : ${{ matrix.os }}
63
69
@@ -98,6 +104,16 @@ jobs:
98
104
uses : ocaml/setup-ocaml@v3
99
105
with :
100
106
ocaml-compiler : ${{ matrix.ocaml-compiler }}
107
+ if : matrix.ocaml-compiler != 'ocaml-variants.5.2.0+ox'
108
+
109
+ - name : Set-up OxCaml ${{ matrix.ocaml-compiler }}
110
+ uses : ocaml/setup-ocaml@v3
111
+ with :
112
+ ocaml-compiler : ${{ matrix.ocaml-compiler }}
113
+ opam-repositories : |
114
+ default: https://github.com/ocaml/opam-repository.git
115
+ ox: https://github.com/oxcaml/opam-repository.git
116
+ if : matrix.ocaml-compiler == 'ocaml-variants.5.2.0+ox'
101
117
102
118
- name : Set-up Binaryen
103
119
You can’t perform that action at this time.
0 commit comments