|
@@ -66,10 +66,6 @@ jobs:
|
|
|
path: bin/libgodot-cpp.windows.release.64.lib
|
|
|
if-no-files-found: error
|
|
|
|
|
|
- - name: Build test GDNative library
|
|
|
- run: |
|
|
|
- scons target=release platform=windows bits=64 -j $env:NUMBER_OF_PROCESSORS -C test;
|
|
|
-
|
|
|
windows-mingw:
|
|
|
name: Build (Windows, MinGW)
|
|
|
runs-on: windows-2019
|
|
@@ -104,10 +100,6 @@ jobs:
|
|
|
path: bin/libgodot-cpp.windows.release.64.a
|
|
|
if-no-files-found: error
|
|
|
|
|
|
- - name: Build test GDNative library
|
|
|
- run: |
|
|
|
- scons target=release platform=windows bits=64 -j $env:NUMBER_OF_PROCESSORS -C test;
|
|
|
-
|
|
|
macos:
|
|
|
name: Build (macOS, Clang)
|
|
|
runs-on: macos-10.15
|