Skip to content

Commit b35efd9

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

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

.github/workflows/gap.yml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,12 @@ jobs:
2727
- stable-4.11
2828
- stable-4.12
2929
- stable-4.13
30-
pkgs-to-clone:
31-
- NautyTracesInterface
30+
pkgs-to-clone: "NautyTracesInterface digraphs/graphviz"
3231
ABI: ['']
3332

3433
include:
35-
- gap-branch: stable-4.10
36-
os: ubuntu
3734
- gap-branch: master
38-
pkgs-to-clone: "NautyTracesInterface"
35+
pkgs-to-clone: "NautyTracesInterface digraphs/graphviz"
3936
os: macos
4037
- gap-branch: master
4138
os: ubuntu
@@ -61,16 +58,6 @@ jobs:
6158
run: |
6259
curl --retry 5 -L -O "https://digraphs.github.io/Digraphs/${{ env.DIGRAPHS_LIB }}.tar.gz"
6360
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
7461
- name: "Run DigraphsTestInstall"
7562
uses: gap-actions/run-pkg-tests@v2
7663
with:
@@ -101,6 +88,7 @@ jobs:
10188
- uses: gap-actions/setup-gap@cygwin-v2
10289
with:
10390
GAP_PKGS_TO_BUILD: "io orb profiling grape datastructures"
91+
GAP_PKGS_TO_CLONE: "digraphs/graphviz"
10492
- uses: gap-actions/build-pkg@cygwin-v1
10593
- name: "Install digraphs-lib"
10694
run: |
@@ -135,6 +123,7 @@ jobs:
135123
uses: gap-actions/setup-gap@v2
136124
with:
137125
GAP_PKGS_TO_BUILD: "io orb profiling grape datastructures"
126+
GAP_PKGS_TO_CLONE: "digraphs/graphviz"
138127
- name: "Build Digraphs"
139128
uses: gap-actions/build-pkg@v1
140129
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)