mirror of
https://github.com/3proxy/3proxy.git
synced 2026-04-06 21:30:12 +08:00
Update c-cpp.yml
Some checks are pending
C/C++ CI / ${{ matrix.target }} (macos-15) (push) Waiting to run
C/C++ CI / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Waiting to run
C/C++ CI / ${{ matrix.target }} (ubuntu-latest) (push) Waiting to run
C/C++ CI / ${{ matrix.target }} (windows-2022) (push) Waiting to run
Some checks are pending
C/C++ CI / ${{ matrix.target }} (macos-15) (push) Waiting to run
C/C++ CI / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Waiting to run
C/C++ CI / ${{ matrix.target }} (ubuntu-latest) (push) Waiting to run
C/C++ CI / ${{ matrix.target }} (windows-2022) (push) Waiting to run
This commit is contained in:
parent
cc2a6ecc4a
commit
6bbf528a20
25
.github/workflows/c-cpp.yml
vendored
25
.github/workflows/c-cpp.yml
vendored
@ -59,16 +59,15 @@ jobs:
|
|||||||
- name: make clean Windows
|
- name: make clean Windows
|
||||||
if: ${{ startsWith(matrix.target, 'windows') }}
|
if: ${{ startsWith(matrix.target, 'windows') }}
|
||||||
run: make -f Makefile.win clean
|
run: make -f Makefile.win clean
|
||||||
- name: make Windows MSVC
|
# - name: make Windows MSVC
|
||||||
if: ${{ startsWith(matrix.target, 'windows') }}
|
# if: ${{ startsWith(matrix.target, 'windows') }}
|
||||||
shell: cmd
|
# shell: cmd
|
||||||
run: |
|
# run: |
|
||||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
# call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
||||||
nmake /F Makefile.msvc64'
|
# nmake /F Makefile.msvc64'
|
||||||
env:
|
# env:
|
||||||
LIBS: '-L "c:/program files/openssl/lib/VC/x64/MT"'
|
# LIBS: '-L "c:/program files/openssl/lib/VC/x64/MT"'
|
||||||
CFLAGS: '-I "c:/program files/openssl/include"'
|
# CFLAGS: '-I "c:/program files/openssl/include"'
|
||||||
- name: make clean Windows
|
# - name: make clean Windows
|
||||||
if: ${{ startsWith(matrix.target, 'windows') }}
|
# if: ${{ startsWith(matrix.target, 'windows') }}
|
||||||
run: nmake /F Makefile.msvc64 clean
|
# run: nmake /F Makefile.msvc64 clean
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user