Skip to content

Integrated into mfa call flow. #538

Integrated into mfa call flow.

Integrated into mfa call flow. #538

name: macos-unit-tests
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install libjpeg and libpng
run: |
brew install libjpeg libpng
- run: |
cd lib && ./configure --enable-mps && cd ..
make -C lib lib
make -C bin
make -C site source
make -C test
make -C test test