Skip to content

pyproject: Include LICENSE in distribution. #11

pyproject: Include LICENSE in distribution.

pyproject: Include LICENSE in distribution. #11

---
name: check_on_macos_development
on:
push:
branches:
- development
env:
PKG_CONFIG_PATH: "/opt/homebrew/opt/libxcrypt/lib/pkgconfig"
jobs:
check_development:
runs-on: macos-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v5
with:
ref: development
- uses: actions/setup-python@v6
- run: brew install meson libxcrypt
- name: Prepare
run: meson macos_build
- name: Run tests
run: meson test -C macos_build --verbose
- name: Print log on failure
run: cat macos_build/meson-logs/testlog.txt