Skip to content

Commit

Permalink
Update CI configuration
Browse files Browse the repository at this point in the history
- also test against GAP 4.12
- update to latest versions for various actions
- error out if documentation job failed to produce a PDF
  • Loading branch information
fingolfin committed Oct 27, 2022
1 parent 298d0bc commit 7787479
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ jobs:
matrix:
gap-branch:
- master
- stable-4.12
- stable-4.11
- stable-4.10
- stable-4.9

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: 'Install additional dependencies'
run: |
sudo apt-get update
Expand All @@ -41,15 +42,15 @@ 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

# The documentation job
manual:
name: Build manuals
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: 'Install additional dependencies'
run: |
sudo apt-get update
Expand All @@ -59,7 +60,8 @@ jobs:
with:
use-latex: 'true'
- name: 'Upload documentation'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: manual
path: ./doc/manual.pdf
if-no-files-found: error

0 comments on commit 7787479

Please sign in to comment.