Updated with a version of MFA that H_Hk_ratio is passed into it. #384
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: macos-unit-tests | |
on: [push] | |
jobs: | |
build: | |
runs-on: macos-12 | |
steps: | |
- uses: actions/checkout@v2 | |
- 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 |