analysis workflow, add libevent test, clang macos test.

This commit is contained in:
W.C.A. Wijngaards 2021-06-24 10:44:38 +02:00
parent 48a22bfb26
commit bb0a182125

View file

@ -24,11 +24,22 @@ jobs:
# config: "CC=clang --enable-debug --disable-flto"
# make_test: "yes"
# clang_analysis: "yes"
- name: GCC on OS X
- name: Clang on Linux, libevent, clang-analysis
os: ubuntu-latest
config: "CC=clang --enable-debug --disable-flto --with-libevent"
make_test: "yes"
clang_analysis: "yes"
# - name: GCC on OS X
# os: macos-latest
# install_expat: "yes"
# config: "--enable-debug --disable-flto --with-ssl=/usr/local/opt/openssl --with-libexpat=/usr/local/opt/expat"
# make_test: "yes"
- name: Clang on OS X
os: macos-latest
install_expat: "yes"
config: "--enable-debug --disable-flto --with-ssl=/usr/local/opt/openssl --with-libexpat=/usr/local/opt/expat"
config: "CC=clang --enable-debug --disable-flto --with-ssl=/usr/local/opt/openssl --with-libexpat=/usr/local/opt/expat"
make_test: "yes"
clang_analysis: "yes"
steps:
- uses: actions/checkout@v2