Skip to content

Commit

Permalink
mac osx
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Nov 17, 2023
1 parent cdf8176 commit a1ed7dc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/macosx.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: MacOS CI

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: make
run: |
brew install boost htslib
make

0 comments on commit a1ed7dc

Please sign in to comment.