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
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
|
nmake /F Makefile.msvc64 clean
|
||||||
- name: make with CMake POSIX
|
- name: make with CMake POSIX
|
||||||
if: ${{ ! startsWith(matrix.target, 'windows') }}
|
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
|
- name: make with CMake Win
|
||||||
if: ${{ startsWith(matrix.target, 'windows') }}
|
if: ${{ startsWith(matrix.target, 'windows') }}
|
||||||
shell: cmd
|
shell: cmd
|
||||||
@ -90,4 +90,4 @@ jobs:
|
|||||||
set "INCLUDE=%INCLUDE%;c:/program files/openssl/include;c:/vcpkg/installed/x64-windows/include"
|
set "INCLUDE=%INCLUDE%;c:/program files/openssl/include;c:/vcpkg/installed/x64-windows/include"
|
||||||
cmake ..
|
cmake ..
|
||||||
dir
|
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