DiligentEngine
DiligentEngine copied to clipboard
Android CI build improvements
Few issues with current Android CI setup require some attention:
- [X] After update to ndk 22.1.7171670, the build on CI does not show any output from the native build. As a result, the build spins for ~20 minutes without any indication of what is going on.
- [X] Even though core module was also update to ndk 22.1.7171670, the build does show output from the native build, so it may not actually be using the specified NDK version
- [ ] NDK version needs to be specified in multiple places. Figure out if it is possible to use just one file similar to android_common.gradle
- [X] Figure out why there is a warning about ndk version mismatch. None of the two version match the actual NDK version used for build
- [ ] Upload build artifacts