Add cmake environment

This commit is contained in:
Vladimir Dubrovin 2026-04-03 18:13:31 +03:00
parent 237fa15e36
commit 2e534c7794
29 changed files with 908 additions and 41 deletions

View file

@ -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