analysis workflow, install expat.

This commit is contained in:
W.C.A. Wijngaards 2021-06-24 10:32:31 +02:00
parent 61f8b687ef
commit 48a22bfb26

View file

@ -24,15 +24,19 @@ jobs:
# config: "CC=clang --enable-debug --disable-flto"
# make_test: "yes"
# clang_analysis: "yes"
- name: macos
- name: GCC on OS X
os: macos-latest
config: "--enable-debug --disable-flto --with-ssl=/usr/local/opt/openssl"
install_expat: "yes"
config: "--enable-debug --disable-flto --with-ssl=/usr/local/opt/openssl --with-libexpat=/usr/local/opt/expat"
make_test: "yes"
steps:
- uses: actions/checkout@v2
with:
submodules: false
- name: install expat
if: ${{ matrix.install_expat == 'yes' }}
run: brew install expat
- name: configure
run: ./configure ${{ matrix.config }}
- name: make