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
8c8ad7be6d
commit
82533b1a50
6
.github/workflows/c-cpp.yml
vendored
6
.github/workflows/c-cpp.yml
vendored
@ -77,6 +77,10 @@ jobs:
|
||||
set "INCLUDE=%INCLUDE%;c:/program files/openssl/include;c:/vcpkg/installed/x64-windows/include"
|
||||
nmake /F Makefile.msvc64
|
||||
nmake /F Makefile.msvc64 clean
|
||||
- name: make Windows MSVC
|
||||
- name: make with CMake POSIX
|
||||
if: ${{ !startsWith(matrix.target, 'windows') }}
|
||||
run: mkdir build && cd build && cmake .. && make
|
||||
- name: make with CMake Win
|
||||
if: ${{ startsWith(matrix.target, 'windows') }}
|
||||
run: mkdir build && cd build && cmake .. && dir
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user