Alias R Cummins
Alias R Cummins
I can look at this again for a few days. Have people stopped arguing over the desired CMake version yet?
Yes. This is to build for Android SDK 28 on Android, with NDK.
This is failing because the CI tests are not providing a CMake 10.2 environment to build on. I have no idea how to resolve this. Any idea who would be...
See here: https://travis-ci.org/github/cinder/Cinder/jobs/743028693
@richardeakin With regard to testing on Android, everything can be done 100% in the cloud on emulators. Who would I speak to, maybe @andrewfb , about adding an Android CI...
WRT CI, Bitrise have offered Cinder a free plan: https://blog.bitrise.io/free-developer-plan-features-for-open-source-projects-on-bitrise
CMake 3.10.2 comes with Android Studio on Mac, PC and Linux.
Bitrise CI integration here, first build: https://app.bitrise.io/build/88e8d685acd39547#?tab=log
>Of course, but how is a cmake_minimum_required(VERSION 3.10.2) any better in that regard than a >cmake_minimum_required(VERSION 3.10)? Obviously, I have no intention of breaking other people's builds - this is...
So, I am using the new bitrise open source integration in addition to the travis and appveyor - it has the benefit of being able to test both Android and...