Merge pull request #1600 from enetheru/vsproj-ci-config
VSProj Configure type on build command - to resolve #1582pull/1611/head
commit
96565e1de5
|
@ -264,9 +264,9 @@ jobs:
|
||||||
- name: Build godot-cpp
|
- name: Build godot-cpp
|
||||||
run: |
|
run: |
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release -G"Visual Studio 16 2019" .
|
cmake -DCMAKE_BUILD_TYPE=Release -G"Visual Studio 16 2019" .
|
||||||
cmake --build . --verbose
|
cmake --build . --verbose --config Release
|
||||||
|
|
||||||
- name: Build test GDExtension library
|
- name: Build test GDExtension library
|
||||||
run: |
|
run: |
|
||||||
cd test && cmake -DCMAKE_BUILD_TYPE=Release -DGODOT_HEADERS_PATH="../godot-headers" -DCPP_BINDINGS_PATH=".." -G"Visual Studio 16 2019" .
|
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
|
||||||
|
|
Loading…
Reference in New Issue