@@ -27,16 +27,14 @@ jobs:
27
27
- stable-4.11
28
28
- stable-4.12
29
29
- stable-4.13
30
+ ABI : ['']
30
31
pkgs-to-clone :
31
32
- NautyTracesInterface
32
- ABI : ['']
33
33
34
34
include :
35
- - gap-branch : stable-4.10
36
- os : ubuntu
37
35
- gap-branch : master
38
- pkgs-to-clone : " NautyTracesInterface"
39
36
os : macos
37
+ pkgs-to-clone : " NautyTracesInterface"
40
38
- gap-branch : master
41
39
os : ubuntu
42
40
ABI : 32
49
47
- name : " Install GAP and clone/compile necessary packages"
50
48
uses : gap-actions/setup-gap@v2
51
49
with :
52
- GAP_PKGS_TO_CLONE : " ${{ matrix.pkgs-to-clone }}"
50
+ GAP_PKGS_TO_CLONE : " ${{ matrix.pkgs-to-clone }} digraphs/graphviz "
53
51
GAP_PKGS_TO_BUILD : " io orb profiling grape NautyTracesInterface datastructures"
54
52
GAPBRANCH : ${{ matrix.gap-branch }}
55
53
ABI : ${{ matrix.ABI }}
61
59
run : |
62
60
curl --retry 5 -L -O "https://digraphs.github.io/Digraphs/${{ env.DIGRAPHS_LIB }}.tar.gz"
63
61
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
74
62
- name : " Run DigraphsTestInstall"
75
63
uses : gap-actions/run-pkg-tests@v2
76
64
with :
101
89
- uses : gap-actions/setup-gap@cygwin-v2
102
90
with :
103
91
GAP_PKGS_TO_BUILD : " io orb profiling grape datastructures"
92
+ GAP_PKGS_TO_CLONE : " digraphs/graphviz"
104
93
- uses : gap-actions/build-pkg@cygwin-v1
105
94
- name : " Install digraphs-lib"
106
95
run : |
@@ -135,6 +124,7 @@ jobs:
135
124
uses : gap-actions/setup-gap@v2
136
125
with :
137
126
GAP_PKGS_TO_BUILD : " io orb profiling grape datastructures"
127
+ GAP_PKGS_TO_CLONE : " digraphs/graphviz"
138
128
- name : " Build Digraphs"
139
129
uses : gap-actions/build-pkg@v1
140
130
with :
0 commit comments