Disable Windows compilation.

This commit is contained in:
O01eg
2021-02-06 23:19:40 +03:00
parent d6101538e6
commit c55ef5adcf
2 changed files with 1 additions and 9 deletions

View File

@@ -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