Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 19 additions & 18 deletions .github/workflows/dnmtools_build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,25 @@ on:
branches: [ "master" ]

jobs:
build-with-gcc-on-x86:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Update Homebrew
run: brew update
- name: Install autotools
run: brew install automake
- name: Install dependencies
run: brew install htslib gsl
- name: Generate configure script
run: ./autogen.sh
- name: configure with g++-14
run: ./configure CXX="g++-14" CPPFLAGS="-I$(brew --prefix)/include" LDFLAGS="-L$(brew --prefix)/lib"
- name: make
run: make -j4
## ADS: removing this because of 'brownout' on github runners
# build-with-gcc-on-x86:
# runs-on: macos-13
# steps:
# - uses: actions/checkout@v4
# with:
# submodules: recursive
# - name: Update Homebrew
# run: brew update
# - name: Install autotools
# run: brew install automake
# - name: Install dependencies
# run: brew install htslib gsl
# - name: Generate configure script
# run: ./autogen.sh
# - name: configure with g++-14
# run: ./configure CXX="g++-14" CPPFLAGS="-I$(brew --prefix)/include" LDFLAGS="-L$(brew --prefix)/lib"
# - name: make
# run: make -j4
build-with-gcc-on-arm64:
runs-on: macos-15
steps:
Expand Down
35 changes: 0 additions & 35 deletions m4/ax_cxx_compile_stdcxx_17.m4

This file was deleted.