mirror of
https://github.com/3proxy/3proxy.git
synced 2026-04-06 13:20:11 +08:00
Update c-cpp.yml
This commit is contained in:
parent
2e26ba8bab
commit
4c190e108d
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
||||
nmake /F Makefile.msvc64 clean
|
||||
- name: make with CMake POSIX
|
||||
if: ${{ ! startsWith(matrix.target, 'windows') }}
|
||||
run: mkdir build && cd build && cmake .. && make
|
||||
run: mkdir build && cd build && cmake .. && cmake --build .
|
||||
- name: make with CMake Win
|
||||
if: ${{ startsWith(matrix.target, 'windows') }}
|
||||
shell: cmd
|
||||
@ -90,4 +90,4 @@ jobs:
|
||||
set "INCLUDE=%INCLUDE%;c:/program files/openssl/include;c:/vcpkg/installed/x64-windows/include"
|
||||
cmake ..
|
||||
dir
|
||||
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\MSBuild.exe" 3proxy.sln
|
||||
cmake --build .
|
||||
|
||||
Loading…
Reference in New Issue
Block a user