Skip to content

Commit

Permalink
Merge pull request #27 from gap-packages/mh/ci
Browse files Browse the repository at this point in the history
Update CI setup to latest version
  • Loading branch information
cdwensley authored Aug 30, 2023
2 parents 64a606f + ee2926c commit 6084a91
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,34 +25,36 @@ jobs:
matrix:
gap-branch:
- master
- stable-4.12
- stable-4.11

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: gap-actions/setup-gap@v2
with:
GAP_PKGS_TO_BUILD: "io nq profiling kbmag"
GAPBRANCH: ${{ matrix.gap-branch }}
- 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
- uses: gap-actions/setup-gap@v2
with:
GAP_PKGS_TO_BUILD: "io nq profiling kbmag"
- uses: gap-actions/build-pkg-docs@v1
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 6084a91

Please sign in to comment.