File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 branches : [ "master" ]
99
1010jobs :
11- build-on-x86 :
12- runs-on : macos-13
13- steps :
14- - uses : actions/checkout@v4
15- with :
16- submodules : recursive
17- - name : Update Homebrew
18- run : brew update
19- - name : Install automake
20- run : brew install automake
21- - name : Install dependencies
22- run : brew install htslib
23- - name : Generate configure script
24- run : ./autogen.sh
25- - name : configure with g++-14
26- run : ./configure CXX="g++-14" CPPFLAGS="-I$(brew --prefix)/include" LDFLAGS="-L$(brew --prefix)/lib"
27- - name : Build with g++-14
28- run : make -j4
11+ # build-on-x86:
12+ # runs-on: macos-13
13+ # steps:
14+ # - uses: actions/checkout@v4
15+ # with:
16+ # submodules: recursive
17+ # - name: Update Homebrew
18+ # run: brew update
19+ # - name: Install automake
20+ # run: brew install automake
21+ # - name: Install dependencies
22+ # run: brew install htslib
23+ # - name: Generate configure script
24+ # run: ./autogen.sh
25+ # - name: configure with g++-14
26+ # run: ./configure CXX="g++-14" CPPFLAGS="-I$(brew --prefix)/include" LDFLAGS="-L$(brew --prefix)/lib"
27+ # - name: Build with g++-14
28+ # run: make -j4
2929 build-on-arm64 :
3030 runs-on : macos-15
3131 steps :
You can’t perform that action at this time.
0 commit comments