Skip to content

Commit

Permalink
try macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
d-torrance committed Nov 11, 2024
1 parent 6a1ee7c commit 9ecf6ab
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: macOS build
on: push

jobs:
macos-build:
runs-on: macos-latest
steps:
name: Install dependencies
run: |
brew install --only-dependencies macaulay2/tab/M2
git clone https://github.com/Macaulay2/M2
cd M2/M2/BUILD/build
../../autogen.sh
../../configure

0 comments on commit 9ecf6ab

Please sign in to comment.