File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 16
16
matrix :
17
17
os :
18
18
- ubuntu-latest
19
+ os-name :
20
+ - Ubuntu
19
21
ocaml-compiler :
20
22
- " 4.14"
21
23
- " 5.0"
@@ -29,29 +31,36 @@ jobs:
29
31
- false
30
32
include :
31
33
- os : macos-latest
34
+ os-name : MacOS
32
35
ocaml-compiler : " 5.3"
33
36
separate_compilation : true
34
37
jane_street_tests : false
35
38
all_jane_street_tests : false
36
39
- os : windows-latest
40
+ os-name : Windows
37
41
ocaml-compiler : " 5.3"
38
42
separate_compilation : true
39
43
# Jane Street tests disabled for now (basement only works on Linux)
40
44
jane_street_tests : false
41
45
all_jane_street_tests : false
42
46
- os : ubuntu-latest
47
+ os-name : Ubuntu
43
48
ocaml-compiler : " 5.3"
44
49
separate_compilation : true
45
50
jane_street_tests : true
46
51
all_jane_street_tests : true
47
52
- os : ubuntu-latest
53
+ os-name : Ubuntu
48
54
ocaml-compiler : " 5.3"
49
55
separate_compilation : false
50
56
jane_street_tests : true
51
57
all_jane_street_tests : false
52
58
53
59
runs-on : ${{ matrix.os }}
54
60
61
+ name :
62
+ ${{ (! matrix.separate_compilation) && 'Whole program / ' || ''}}${{ matrix.ocaml-compiler }} / ${{ matrix.os-name }}${{ matrix.all_jane_street_tests && ' / Jane Street tests' || ''}}
63
+
55
64
steps :
56
65
- name : Set git to use LF
57
66
if : ${{ matrix.os == 'windows-latest' && matrix.ocaml-compiler < 5.2 }}
You can’t perform that action at this time.
0 commit comments