Skip to content

Commit d4b6e10

Browse files
ci: clone graphviz
1 parent 443ff11 commit d4b6e10

File tree

2 files changed

+5
-18
lines changed

2 files changed

+5
-18
lines changed

.github/workflows/gap.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -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
@@ -49,7 +44,7 @@ jobs:
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 }}
@@ -61,16 +56,6 @@ jobs:
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:
@@ -101,6 +86,7 @@ jobs:
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:

PackageInfo.g

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## <#GAPDoc Label="PKGVERSIONDATA">
1212
## <!ENTITY VERSION "1.7.1">
13-
## <!ENTITY GAPVERS "4.10.0">
13+
## <!ENTITY GAPVERS "4.11.0">
1414
## <!ENTITY GRAPEVERS "4.8.1">
1515
## <!ENTITY IOVERS "4.5.1">
1616
## <!ENTITY ORBVERS "4.8.2">
@@ -388,7 +388,7 @@ PackageDoc := rec(
388388
),
389389

390390
Dependencies := rec(
391-
GAP := ">=4.10.0",
391+
GAP := ">=4.11.0",
392392
NeededOtherPackages := [["io", ">=4.5.1"],
393393
["orb", ">=4.8.2"],
394394
["graphviz", ">=0.0.0"],

0 commit comments

Comments
 (0)