Disable Windows build until Dockcross includes updated GCC version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-06-18 16:30:08 +02:00
parent cf752971a4
commit 88df299e14

View File

@@ -16,9 +16,9 @@ steps:
- cmake --build build-release --target all -- -j 4
- build-release/PorygonLangTests -s
- name: test-release-windows
image: deukhoofd/dockcross-windows
commands:
- cmake -DCMAKE_BUILD_TYPE=Release . -B build-release
- cmake --build build-release --target all -- -j 4
- build-release/PorygonLangTests -s
# - name: test-release-windows
# image: deukhoofd/dockcross-windows
# commands:
# - cmake -DCMAKE_BUILD_TYPE=Release . -B build-release
# - cmake --build build-release --target all -- -j 4
# - build-release/PorygonLangTests -s