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

Demonstrate native build using architecture #920

Closed big-guy closed 5 years ago

big-guy commented 5 years ago

We should fix our use of this in google-test build and its consuming project.

andreiled commented 4 years ago

How do I get Gradle to build for multiple target machines at once when there are multiple target machines building binaries for which is supported on current build machine?

When I try to configure my own custom platform & machine in addition to the standard platforms, Gradle seem to build only for the first target machine matching the build machine where I expect it to build for both target machines at once. I know that my own custom platform & machine are configured correctly since Gradle builds for them just fine when I comment out the standard list of target machines in build.gradle.