Disable Windows build until Dockcross includes updated GCC version
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
cf752971a4
commit
88df299e14
12
.drone.yml
12
.drone.yml
|
@ -16,9 +16,9 @@ steps:
|
||||||
- cmake --build build-release --target all -- -j 4
|
- cmake --build build-release --target all -- -j 4
|
||||||
- build-release/PorygonLangTests -s
|
- build-release/PorygonLangTests -s
|
||||||
|
|
||||||
- name: test-release-windows
|
# - name: test-release-windows
|
||||||
image: deukhoofd/dockcross-windows
|
# image: deukhoofd/dockcross-windows
|
||||||
commands:
|
# commands:
|
||||||
- cmake -DCMAKE_BUILD_TYPE=Release . -B build-release
|
# - cmake -DCMAKE_BUILD_TYPE=Release . -B build-release
|
||||||
- cmake --build build-release --target all -- -j 4
|
# - cmake --build build-release --target all -- -j 4
|
||||||
- build-release/PorygonLangTests -s
|
# - build-release/PorygonLangTests -s
|
||||||
|
|
Loading…
Reference in New Issue