Commit 2c8407f 1 parent 10c4ed9 commit 2c8407f Copy full SHA for 2c8407f
File tree 4 files changed +9
-8
lines changed
4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 56
56
with :
57
57
GAP_PKGS_TO_CLONE : NautyTracesInterface digraphs/graphviz
58
58
GAP_PKGS_TO_BUILD : io orb datastructures grape NautyTracesInterface
59
- GAPBRANCH : stable-4.13
59
+ GAPBRANCH : stable-4.14
60
60
- name : Build Digraphs . . .
61
61
uses : gap-actions/build-pkg@v1
62
62
with :
95
95
with :
96
96
GAP_PKGS_TO_CLONE : NautyTracesInterface digraphs/graphviz
97
97
GAP_PKGS_TO_BUILD : io orb datastructures grape NautyTracesInterface
98
- GAPBRANCH : stable-4.13
98
+ GAPBRANCH : stable-4.14
99
99
- name : Build Digraphs . . .
100
100
uses : gap-actions/build-pkg@v1
101
101
with :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ concurrency:
20
20
21
21
jobs :
22
22
test-unix :
23
- name : ${{ matrix.os }}${{ matrix.ABI }} / GAP stable-4.13
23
+ name : ${{ matrix.os }}${{ matrix.ABI }} / GAP stable-4.14
24
24
runs-on : ${{ matrix.os }}-latest
25
25
strategy :
26
26
fail-fast : false
47
47
with :
48
48
GAP_PKGS_TO_CLONE : ${{ matrix.pkgs-to-clone }}
49
49
GAP_PKGS_TO_BUILD : ${{ matrix.pkgs-to-build }}
50
- GAPBRANCH : stable-4.13
50
+ GAPBRANCH : stable-4.14
51
51
ABI : ${{ matrix.ABI }}
52
52
- name : Build Digraphs . . .
53
53
uses : gap-actions/build-pkg@v1
83
83
GAP_TESTFILE : tst/github_actions/extreme.g
84
84
85
85
test-cygwin :
86
- name : cygwin / GAP stable-4.13
86
+ name : cygwin / GAP stable-4.14
87
87
runs-on : windows-latest
88
88
env :
89
89
CHERE_INVOKING : 1
94
94
with :
95
95
GAP_PKGS_TO_CLONE : NautyTracesInterface digraphs/graphviz
96
96
GAP_PKGS_TO_BUILD : io orb datastructures grape NautyTracesInterface
97
- GAPBRANCH : stable-4.13
97
+ GAPBRANCH : stable-4.14
98
98
- uses : gap-actions/build-pkg@cygwin-v1
99
99
- name : Install digraphs-lib . . .
100
100
run : |
Original file line number Diff line number Diff line change 30
30
- stable-4.11
31
31
- stable-4.12
32
32
- stable-4.13
33
+ - stable-4.14
33
34
only-needed :
34
35
- true
35
36
- false
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ concurrency:
20
20
21
21
jobs :
22
22
test-valgrind :
23
- name : Ubuntu / GAP stable-4.13 / valgrind
23
+ name : Ubuntu / GAP stable-4.14 / valgrind
24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- uses : actions/checkout@v4
33
33
with :
34
34
GAP_PKGS_TO_CLONE : NautyTracesInterface digraphs/graphviz
35
35
GAP_PKGS_TO_BUILD : io orb datastructures grape NautyTracesInterface
36
- GAPBRANCH : stable-4.13
36
+ GAPBRANCH : stable-4.14
37
37
CONFIGFLAGS : --enable-valgrind
38
38
- name : Build Digraphs . . .
39
39
uses : gap-actions/build-pkg@v1
You can’t perform that action at this time.
0 commit comments