Skip to content

Commit

Permalink
CI: add a Cygwin job
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfwilson committed Jan 27, 2022
1 parent a7dd892 commit 1f148d9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,23 @@ jobs:
- uses: gap-actions/process-coverage@v2
- uses: codecov/codecov-action@v2

test-cygwin:
name: "master cygwin64 HPC no"
if: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) }}
runs-on: windows-latest
env:
CHERE_INVOKING: 1
steps:
- uses: actions/checkout@v2
- uses: gap-actions/setup-cygwin@v1
- uses: gap-actions/setup-gap@cygwin-v2
with:
GAP_PKGS_TO_BUILD: ''
- uses: gap-actions/build-pkg@cygwin-v1
- uses: gap-actions/run-pkg-tests@cygwin-v2
with:
NO_COVERAGE: 'yes'

# The documentation job
manual:
name: Build manuals
Expand Down

0 comments on commit 1f148d9

Please sign in to comment.