Skip to content

Commit

Permalink
REMOVE ME: enabled testing on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mahrud committed Dec 17, 2023
1 parent 7422d32 commit 63b5c0f
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,30 @@ on:
workflow_dispatch:
push:
branches:
- pre-master # when we're ready to merge 'development' into 'master', we merge it first into 'pre-master', so it can be tested
- quickfix/Hom
- Dmodules
- Truncations
- Varieties
- development
- feature/functors
- feature/monoids
- feature/torsion
- feature/varieties
- refactor/Core
- refactor/engine
- refactor/monoids
- research
pull_request:
branches:
- master
- development
schedule:
# cron time in UTC
# a scheduled job runs on the default branch: 'master'
- cron: '0 6 * * *'

defaults:
run:
working-directory: M2/BUILD/build

jobs:
build:
if: github.repository == 'Macaulay2/M2' || contains(github.ref, 'global')
name: ${{ matrix.build-system }}-${{ matrix.os }}-${{ matrix.compiler }}
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 63b5c0f

Please sign in to comment.