gradle / gradle-native

The home of Gradle's support for natively compiled languages
https://blog.gradle.org/introducing-the-new-cpp-plugins
Apache License 2.0
92 stars 8 forks source link

Enable test coverage for building multiple architectures using GCC on windows #952

Open adammurdoch opened 5 years ago

adammurdoch commented 5 years ago

The native plugins support building 32 or 64 bit binaries using GCC on windows, but test coverage is disabled unnecessarily for GCC on windows because CI doesn't have 64 bit cygwin installed. We should enable this test coverage.

big-guy commented 5 years ago

After #127 and #419