mirror of
https://github.com/3proxy/3proxy.git
synced 2026-05-13 13:57:26 +00:00
Add cmake environment
This commit is contained in:
parent
237fa15e36
commit
2e534c7794
29 changed files with 908 additions and 41 deletions
3
.github/workflows/c-cpp.yml
vendored
3
.github/workflows/c-cpp.yml
vendored
|
|
@ -77,3 +77,6 @@ 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
|
||||
run: mkdir build && cd build && cmake .. && make
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue