Skip to content

Commit

Permalink
CI: test with GAP 4.13; test with mininimal set of packages loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Mar 23, 2024
1 parent 4d38b74 commit df74e93
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- ubuntu
gap-branch:
- master
- stable-4.13
- stable-4.12
- stable-4.11
GAP_PKGS_TO_BUILD: ['profiling']
Expand All @@ -51,7 +52,7 @@ jobs:
HPCGAP: 'no'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: gap-actions/setup-gap@v2
with:
GAPBRANCH: ${{ matrix.gap-branch }}
Expand All @@ -62,6 +63,10 @@ jobs:
- uses: gap-actions/run-pkg-tests@v2
with:
NO_COVERAGE: ${{ matrix.NO_COVERAGE }}
- uses: gap-actions/run-pkg-tests@v2
with:
NO_COVERAGE: ${{ matrix.NO_COVERAGE }}
only-needed: true
- uses: gap-actions/process-coverage@v2
if: ${{ matrix.NO_COVERAGE == '' }}
- uses: codecov/codecov-action@v3
Expand All @@ -73,7 +78,7 @@ jobs:
env:
CHERE_INVOKING: 1
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: gap-actions/setup-cygwin@v1
- uses: gap-actions/setup-gap@cygwin-v2
with:
Expand All @@ -93,13 +98,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: gap-actions/setup-gap@v2
- uses: gap-actions/build-pkg-docs@v1
with:
use-latex: 'true'
- name: 'Upload documentation'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
retention-days: 7
name: manual
Expand Down

0 comments on commit df74e93

Please sign in to comment.