Disable Windows build until Dockcross includes updated GCC version
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2019-06-18 16:30:08 +02:00
parent cf752971a4
commit 88df299e14
No known key found for this signature in database
GPG Key ID: B4C087AC81641654
1 changed files with 6 additions and 6 deletions

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