Skip to content

Commit

Permalink
Merge pull request #1600 from enetheru/vsproj-ci-config
Browse files Browse the repository at this point in the history
VSProj Configure type on build command - to resolve #1582
  • Loading branch information
dsnopek authored Sep 26, 2024
2 parents 78f5d99 + 07704f8 commit 96565e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,9 @@ jobs:
- name: Build godot-cpp
run: |
cmake -DCMAKE_BUILD_TYPE=Release -G"Visual Studio 16 2019" .
cmake --build . --verbose
cmake --build . --verbose --config Release
- name: Build test GDExtension library
run: |
cd test && cmake -DCMAKE_BUILD_TYPE=Release -DGODOT_HEADERS_PATH="../godot-headers" -DCPP_BINDINGS_PATH=".." -G"Visual Studio 16 2019" .
cmake --build . --verbose
cmake --build . --verbose --config Release

0 comments on commit 96565e1

Please sign in to comment.