Disable Mac CI for now: XQuartz breaks on Github Actions
This commit is contained in:
parent
9bf3d76260
commit
e240185298
|
|
@ -35,17 +35,17 @@ jobs:
|
|||
./configure
|
||||
make database/database.h
|
||||
make -j$(nproc)
|
||||
simple_build_mac:
|
||||
runs-on: macos-11
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Get Dependencies
|
||||
run: |
|
||||
brew install --cask xquartz
|
||||
brew install cairo tcl-tk tcsh
|
||||
- name: Build
|
||||
run: |
|
||||
export PATH="/opt/X11/bin:$PATH"
|
||||
./scripts/configure_mac
|
||||
make database/database.h
|
||||
make -j$(sysctl -n hw.ncpu)
|
||||
# simple_build_mac:
|
||||
# runs-on: macos-11
|
||||
# steps:
|
||||
# - uses: actions/checkout@v2
|
||||
# - name: Get Dependencies
|
||||
# run: |
|
||||
# brew install --cask xquartz
|
||||
# brew install cairo tcl-tk tcsh
|
||||
# - name: Build
|
||||
# run: |
|
||||
# export PATH="/opt/X11/bin:$PATH"
|
||||
# ./scripts/configure_mac
|
||||
# make database/database.h
|
||||
# make -j$(sysctl -n hw.ncpu)
|
||||
Loading…
Reference in New Issue