mirror of
https://github.com/3proxy/3proxy.git
synced 2026-04-06 21:30:12 +08:00
Update c-cpp.yml
This commit is contained in:
parent
637d5e5539
commit
27b4c69dd9
9
.github/workflows/c-cpp.yml
vendored
9
.github/workflows/c-cpp.yml
vendored
@ -43,9 +43,12 @@ jobs:
|
||||
run: copy Makefile.win Makefile
|
||||
- name: make Windows
|
||||
if: ${{ startsWith(matrix.target, 'windows') }}
|
||||
run: make all LIBS='-L "c:/program files/openssl/lib/VC/x64/MT"' CFLAGS='-I "c:/program files/openssl/include"'
|
||||
- name: make POSIX
|
||||
if: !${{ startsWith(matrix.target, 'windows') }}
|
||||
run: make all 'LIBS=-L "c:/program files/openssl/lib/VC/x64/MT"' 'CFLAGS=-I "c:/program files/openssl/include"'
|
||||
- name: make Ubuntu
|
||||
if: ${{ startsWith(matrix.target, 'ubuntu') }}
|
||||
run: make
|
||||
- name: make MacOS
|
||||
if: ${{ startsWith(matrix.target, 'macos') }}
|
||||
run: make
|
||||
- name: mkdir
|
||||
if: ${{ startsWith(matrix.target, 'ubuntu') }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user