File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 1212
1313jobs :
1414 with-external-planarity-bliss :
15- name : " --with-external-planarity --with-external- bliss"
15+ name : " ${{ matrix. bliss }} ${{ matrix.planarity }} "
1616 runs-on : " ubuntu-latest"
17+ strategy :
18+ fail-fast : false
19+ matrix :
20+ planarity :
21+ - " --with-external-planarity"
22+ - " "
23+ bliss :
24+ - " --with-external-bliss"
25+ - " "
26+ exclude :
27+ - planarity : " "
28+ bliss : " "
1729 defaults :
1830 run :
1931 shell : bash -l {0}
2436 with :
2537 environment-name : digraphs
2638 cache-environment : true
27- create-args : >-
28- planarity
29- bliss
39+ create-args : ${{ matrix.bliss && 'bliss' || '' }} ${{ matrix.planarity && 'planarity' || ''}}
3040 - name : " Set environment variables . . ."
3141 run : |
3242 echo "PKG_CONFIG_PATH=$MAMBA_ROOT_PREFIX/envs/digraphs/lib/pkgconfig:$MAMBA_ROOT_PREFIX/envs/digraphs/share/pkgconfig" >> $GITHUB_ENV
4252 - name : " Build Digraphs"
4353 uses : gap-actions/build-pkg@v1
4454 with :
45- CONFIGFLAGS : --with-external-planarity --with-external- bliss
55+ CONFIGFLAGS : ${{ matrix. bliss }} ${{ matrix.planarity }}
4656 - name : " Run Digraphs package's tst/teststandard.g"
4757 uses : gap-actions/run-pkg-tests@v2
4858 with :
You can’t perform that action at this time.
0 commit comments