File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,10 @@ jobs:
107
107
upload_binaries : true
108
108
109
109
# Verify that the compiler still builds with older OCaml versions
110
+ - os : ubuntu-24.04
111
+ ocaml_compiler : ocaml-variants.5.2.1+options,ocaml-option-static
112
+ # Reanalyze does not work on OCaml 5.3.0 anymore, therefore run it on 5.2.1
113
+ run_reanalyze : true
110
114
- os : ubuntu-24.04
111
115
ocaml_compiler : ocaml-variants.5.0.0+options,ocaml-option-static
112
116
- os : ubuntu-24.04
@@ -297,6 +301,10 @@ jobs:
297
301
if : ${{ runner.os == 'Windows' }}
298
302
run : opam exec -- make test-syntax
299
303
304
+ - name : " Syntax: Run reanalyze"
305
+ if : matrix.run_reanalyze
306
+ run : opam exec -- make reanalyze
307
+
300
308
- name : Build runtime/stdlib
301
309
run : ./scripts/buildRuntime.sh
302
310
shell : bash
Original file line number Diff line number Diff line change @@ -40,12 +40,10 @@ test-tools:
40
40
41
41
test-syntax :
42
42
bash ./scripts/test_syntax.sh
43
- make reanalyze
44
43
bash ./scripts/testok.sh
45
44
46
45
test-syntax-roundtrip :
47
46
ROUNDTRIP_TEST=1 bash ./scripts/test_syntax.sh
48
- make reanalyze
49
47
bash ./scripts/testok.sh
50
48
51
49
test-gentype :
You can’t perform that action at this time.
0 commit comments