File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 7272 path : bin/libgodot-cpp.windows.release.64.lib
7373 if-no-files-found : error
7474
75+ windows-msvc-cmake :
76+ name : Build (Windows, MSVC, CMake)
77+ runs-on : windows-2019
78+ steps :
79+ - name : Checkout
80+ 81+ with :
82+ submodules : recursive
83+
84+ - name : Set up Python (for binding generator)
85+ uses : actions/setup-python@v2
86+ with :
87+ python-version : ' 3.9.1'
88+
89+ - name : Build godot-cpp
90+ run : |
91+ # MSVS generator supports multiple configurations but godot-cpp CMake requires CMAKE_BUILD_TYPE
92+ cmake -G "Visual Studio 16 2019" -T v142 -A x64 -DCMAKE_C_FLAGS=/MP -DCMAKE_CXX_FLAGS=/MP -DCMAKE_BUILD_TYPE=Release .
93+ cmake --build . --config "Release" -- /maxcpucount /property:BuildInParallel=true /property:CL_MPCount=2 /verbosity:minimal
94+
7595 windows-mingw :
7696 name : Build (Windows, MinGW)
7797 runs-on : windows-2019
You can’t perform that action at this time.
0 commit comments