Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Oct 26, 2022
1 parent 50239f2 commit 6863741
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
matrix:
gap-branch:
- master
- stable-4.12
- stable-4.11
- stable-4.10
ABI: ['']
Expand All @@ -41,7 +42,7 @@ jobs:
- uses: gap-actions/build-pkg@v1
- uses: gap-actions/run-pkg-tests@v2
- uses: gap-actions/process-coverage@v2
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3

test-cygwin:
name: "master cygwin64"
Expand All @@ -58,7 +59,7 @@ jobs:
- uses: gap-actions/build-pkg@cygwin-v1
- uses: gap-actions/run-pkg-tests@cygwin-v2
- uses: gap-actions/process-coverage@cygwin-v2
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3

# The documentation job
manual:
Expand All @@ -76,3 +77,4 @@ jobs:
with:
name: manual
path: ./doc/manual.pdf
if-no-files-found: error

0 comments on commit 6863741

Please sign in to comment.