mirror of
https://github.com/3proxy/3proxy.git
synced 2026-03-30 18:40:10 +08:00
test PCRE on MacOS
This commit is contained in:
parent
94d36c3a38
commit
46c714a87b
3
.github/workflows/c-cpp.yml
vendored
3
.github/workflows/c-cpp.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user