Skip to content

Merge branch 'main' of github.com:tobiasrausch/alfred #111

Merge branch 'main' of github.com:tobiasrausch/alfred

Merge branch 'main' of github.com:tobiasrausch/alfred #111

Workflow file for this run

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
export CXXFLAGS='-I/opt/homebrew/opt/boost/include -I/opt/homebrew/opt/htslib/include'
export LDFLAGS='-L/opt/homebrew/opt/boost/lib -L/opt/homebrew/opt/htslib/lib'
make