File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ concurrency:
2020jobs :
2121 # The CI test job
2222 test :
23- name : ${{ matrix.os }} - GAP ${{ matrix.gap-branch }} ${{ matrix.ABI }} - HPCGAP ${{ matrix.HPCGAP }} - coverage ${{ matrix.coverage }}
23+ name : ${{ matrix.os }} - GAP ${{ matrix.gap-branch }} - HPCGAP ${{ matrix.HPCGAP }} - coverage ${{ matrix.coverage }}
2424 runs-on : ${{ matrix.os }}-latest
2525 strategy :
2626 fail-fast : false
3131 - true
3232 HPCGAP :
3333 - no
34- ABI :
35- - 64
3634 GAP_PKGS_TO_BUILD :
3735 - profiling
3836 gap-branch :
@@ -46,25 +44,21 @@ jobs:
4644 gap-branch : master
4745 GAP_PKGS_TO_BUILD : ' '
4846 HPCGAP : ' yes'
49- ABI : 64
5047 coverage : ' false'
5148 - os : ubuntu
5249 gap-branch : master
5350 GAP_PKGS_TO_BUILD : ' profiling'
5451 HPCGAP : ' no'
55- ABI : 32
5652 coverage : true
5753 - os : macos
5854 gap-branch : master
5955 GAP_PKGS_TO_BUILD : ' profiling'
6056 HPCGAP : ' no'
61- ABI : 64
6257 coverage : true
6358 - os : windows
6459 gap-branch : master
6560 GAP_PKGS_TO_BUILD : ' profiling'
6661 HPCGAP : ' no'
67- ABI : 64
6862 coverage : true
6963
7064 steps :
7468 - uses : gap-actions/setup-gap@v2
7569 with :
7670 GAPBRANCH : ${{ matrix.gap-branch }}
77- ABI : ${{ matrix.ABI }}
7871 GAP_PKGS_TO_BUILD : ${{ matrix.GAP_PKGS_TO_BUILD }}
7972 HPCGAP : ${{ matrix.HPCGAP }}
8073 - uses : gap-actions/build-pkg@v2
You can’t perform that action at this time.
0 commit comments