test PCRE on MacOS

This commit is contained in:
Vladimir Dubrovin 2026-03-27 18:21:23 +03:00
parent 94d36c3a38
commit 46c714a87b

View File

@ -32,6 +32,9 @@ jobs:
- name: Mac libraries - name: Mac libraries
if: ${{ startsWith(matrix.target, 'macos') }} if: ${{ startsWith(matrix.target, 'macos') }}
run: brew install pcre run: brew install pcre
- name: Test Mac PCRE
if: ${{ startsWith(matrix.target, 'macos') }}
run: echo "#include <pcre.h>\n int main(){return 0;}" | cc -x c -l pcre -o testpcre -
- name: ln Mac - name: ln Mac
if: ${{ startsWith(matrix.target, 'macos') }} if: ${{ startsWith(matrix.target, 'macos') }}
run: ln -s Makefile.FreeBSD Makefile run: ln -s Makefile.FreeBSD Makefile