This commit is contained in:
Siarhei Fedartsou 2024-06-07 16:56:40 +02:00
parent 7e1fa53a0f
commit 2ca298a494

View File

@ -56,7 +56,13 @@ jobs:
- uses: microsoft/setup-msbuild@v2
- name: Build
run: |
.\scripts\ci\windows-build.bat
clang --version
mkdir build
cd build
cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DENABLE_CONAN=ON -DENABLE_NODE_BINDINGS=ON ..
cmake --build . --config Release
# .\scripts\ci\windows-build.bat
# - name: Run node tests
# shell: bash
# run: |