@@ -27,15 +27,10 @@ jobs:
2727 - stable-4.11
2828 - stable-4.12
2929 - stable-4.13
30- pkgs-to-clone :
31- - NautyTracesInterface
3230 ABI : ['']
3331
3432 include :
35- - gap-branch : stable-4.10
36- os : ubuntu
3733 - gap-branch : master
38- pkgs-to-clone : " NautyTracesInterface"
3934 os : macos
4035 - gap-branch : master
4136 os : ubuntu
4944 - name : " Install GAP and clone/compile necessary packages"
5045 uses : gap-actions/setup-gap@v2
5146 with :
52- GAP_PKGS_TO_CLONE : " ${{ matrix.pkgs-to-clone }} "
47+ GAP_PKGS_TO_CLONE : " NautyTracesInterface digraphs/graphviz "
5348 GAP_PKGS_TO_BUILD : " io orb profiling grape NautyTracesInterface datastructures"
5449 GAPBRANCH : ${{ matrix.gap-branch }}
5550 ABI : ${{ matrix.ABI }}
6156 run : |
6257 curl --retry 5 -L -O "https://digraphs.github.io/Digraphs/${{ env.DIGRAPHS_LIB }}.tar.gz"
6358 tar xf "${{ env.DIGRAPHS_LIB }}.tar.gz"
64- - name : " Clone datastructures v0.3.0"
65- if : ${{ matrix.gap-branch == 'stable-4.10' }}
66- run : |
67- rm -rf $HOME/gap/pkg/datastructures
68- cd $HOME/gap/pkg/
69- git clone https://github.com/gap-packages/datastructures.git datastructures
70- cd datastructures
71- git checkout v0.3.0
72- ./configure
73- make
7459 - name : " Run DigraphsTestInstall"
7560 uses : gap-actions/run-pkg-tests@v2
7661 with :
10186 - uses : gap-actions/setup-gap@cygwin-v2
10287 with :
10388 GAP_PKGS_TO_BUILD : " io orb profiling grape datastructures"
89+ GAP_PKGS_TO_CLONE : " digraphs/graphviz"
10490 - uses : gap-actions/build-pkg@cygwin-v1
10591 - name : " Install digraphs-lib"
10692 run : |
@@ -135,6 +121,7 @@ jobs:
135121 uses : gap-actions/setup-gap@v2
136122 with :
137123 GAP_PKGS_TO_BUILD : " io orb profiling grape datastructures"
124+ GAP_PKGS_TO_CLONE : " digraphs/graphviz"
138125 - name : " Build Digraphs"
139126 uses : gap-actions/build-pkg@v1
140127 with :
0 commit comments