Skip to content

Commit

Permalink
Merge pull request #264 from fingolfin/mh/CI
Browse files Browse the repository at this point in the history
CI: test with GAP 4.13; test with mininimal set of packages loaded
  • Loading branch information
MeikeWeiss authored Sep 11, 2024
2 parents da1ca2d + 4f40180 commit 6175fb7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- stable-4.12

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: gap-actions/setup-gap@v2
with:
GAP_PKGS_TO_BUILD: "io profiling AttributeScheduler grape datastructures orb digraphs NautyTracesInterface"
Expand All @@ -38,6 +38,9 @@ jobs:
- uses: gap-actions/build-pkg@v1
- uses: gap-actions/build-pkg-docs@v1
- uses: gap-actions/run-pkg-tests@v2
- uses: gap-actions/run-pkg-tests@v2
with:
only-needed: true
- uses: gap-actions/process-coverage@v2
- uses: codecov/codecov-action@v4
with:
Expand All @@ -51,7 +54,7 @@ jobs:
steps:
- run: sudo apt-get update
- run: sudo apt-get install sed texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-extra-utils texlive-fonts-recommended texlive-fonts-extra tex4ht
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: gap-actions/setup-gap@v2
with:
GAP_PKGS_TO_BUILD: "io profiling AttributeScheduler grape datastructures orb digraphs NautyTracesInterface"
Expand All @@ -62,7 +65,7 @@ jobs:
with:
use-latex: 'true'
- name: 'Upload documentation'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: manual
path: ./doc/manual.pdf
Expand Down

0 comments on commit 6175fb7

Please sign in to comment.