This commit is contained in:
Siarhei Fedartsou 2024-06-07 17:02:30 +02:00
parent 2ca298a494
commit 49ea9f0b10

View File

@ -56,10 +56,11 @@ jobs:
- uses: microsoft/setup-msbuild@v2
- name: Build
run: |
make --version
clang --version
mkdir build
cd build
cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DENABLE_CONAN=ON -DENABLE_NODE_BINDINGS=ON ..
cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_CONAN=ON -DENABLE_NODE_BINDINGS=ON ..
cmake --build . --config Release
# .\scripts\ci\windows-build.bat