1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

ci: disable osx until they updated libstrophe

This commit is contained in:
Michael Vetter 2021-10-28 20:15:40 +02:00
parent 61cebcdf5b
commit 472a3ceec4

View File

@ -22,15 +22,15 @@ jobs:
docker build -f Dockerfile.${{ matrix.flavor }} -t profanity . docker build -f Dockerfile.${{ matrix.flavor }} -t profanity .
docker run profanity ./ci-build.sh docker run profanity ./ci-build.sh
macos: # macos:
runs-on: macos-latest # runs-on: macos-latest
name: macOS # name: macOS
steps: # steps:
- uses: actions/checkout@v2 # - uses: actions/checkout@v2
- name: Run brew bundle # - name: Run brew bundle
run: brew bundle # run: brew bundle
- name: Run tests # - name: Run tests
env: # env:
# Ensure that "keg-only" Homebrew versions are used. # # Ensure that "keg-only" Homebrew versions are used.
PKG_CONFIG_PATH: "/usr/local/opt/ncurses/lib/pkgconfig:/usr/local/opt/expat/lib/pkgconfig:/usr/local/opt/curl/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/sqlite/lib/pkgconfig:$PKG_CONFIG_PATH" # PKG_CONFIG_PATH: "/usr/local/opt/ncurses/lib/pkgconfig:/usr/local/opt/expat/lib/pkgconfig:/usr/local/opt/curl/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/sqlite/lib/pkgconfig:$PKG_CONFIG_PATH"
run: ./ci-build.sh # run: ./ci-build.sh