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 1616 matrix :
1717 os :
1818 - ubuntu-latest
19+ os-name :
20+ - Ubuntu
1921 ocaml-compiler :
2022 - " 4.14"
2123 - " 5.0"
@@ -29,29 +31,36 @@ jobs:
2931 - false
3032 include :
3133 - os : macos-latest
34+ os-name : MacOS
3235 ocaml-compiler : " 5.3"
3336 separate_compilation : true
3437 jane_street_tests : false
3538 all_jane_street_tests : false
3639 - os : windows-latest
40+ os-name : Windows
3741 ocaml-compiler : " 5.3"
3842 separate_compilation : true
3943 # Jane Street tests disabled for now (basement only works on Linux)
4044 jane_street_tests : false
4145 all_jane_street_tests : false
4246 - os : ubuntu-latest
47+ os-name : Ubuntu
4348 ocaml-compiler : " 5.3"
4449 separate_compilation : true
4550 jane_street_tests : true
4651 all_jane_street_tests : true
4752 - os : ubuntu-latest
53+ os-name : Ubuntu
4854 ocaml-compiler : " 5.3"
4955 separate_compilation : false
5056 jane_street_tests : true
5157 all_jane_street_tests : false
5258
5359 runs-on : ${{ matrix.os }}
5460
61+ name :
62+ ${{ (! matrix.separate_compilation) && 'Whole program / ' || ''}}${{ matrix.ocaml-compiler }} / ${{ matrix.os-name }}${{ matrix.all_jane_street_tests && ' / Jane Street tests' || ''}}
63+
5564 steps :
5665 - name : Set git to use LF
5766 if : ${{ matrix.os == 'windows-latest' && matrix.ocaml-compiler < 5.2 }}
You can’t perform that action at this time.
0 commit comments