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
|
./configure
|
||||||
make database/database.h
|
make database/database.h
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
simple_build_mac:
|
# simple_build_mac:
|
||||||
runs-on: macos-11
|
# runs-on: macos-11
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v2
|
# - uses: actions/checkout@v2
|
||||||
- name: Get Dependencies
|
# - name: Get Dependencies
|
||||||
run: |
|
# run: |
|
||||||
brew install --cask xquartz
|
# brew install --cask xquartz
|
||||||
brew install cairo tcl-tk tcsh
|
# brew install cairo tcl-tk tcsh
|
||||||
- name: Build
|
# - name: Build
|
||||||
run: |
|
# run: |
|
||||||
export PATH="/opt/X11/bin:$PATH"
|
# export PATH="/opt/X11/bin:$PATH"
|
||||||
./scripts/configure_mac
|
# ./scripts/configure_mac
|
||||||
make database/database.h
|
# make database/database.h
|
||||||
make -j$(sysctl -n hw.ncpu)
|
# make -j$(sysctl -n hw.ncpu)
|
||||||
Loading…
Reference in New Issue