Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Use the NDK level for everything native paths related. SDK level is irrelevant.
|
|
|
|
|
|
|
|
|
|
Removes the possibility to build with legacy build systems on jenkins.
|
|
|
|
|
|
|
|
Packaging is currently not supported when building with CMake.
|
|
- Add CMAKE_BUILD variable that defines if CMake should be used
to build the main application.
- Use variable to build with CMake (GNU Makefile Generator) on
supported platforms: android, ios, osx, linux, rbpi.
|
|
|
|
|
|
for upload to mirrors.
|
|
build output
|
|
|
|
make-native-depends (due to Configuration set to RELEASE)
|
|
|
|
|
|
building
|
|
bump to ndk r10d
|
|
rebuilding depends - add project/cmake dir as criterion
|
|
|
|
|
|
|
|
|
|
build when depends have changed (and removed the dir during git clean phase)
|
|
|
|
also clean any git repositories that might have been checked out in
depends - should fix building of android when depends change
|
|
might fix the latest jenkins issues
|
|
submodule (as jenkins just fails to do it right)
|
|
|
|
"Default" (in which case configure uses the prefered version)
|
|
|
|
- add buildsteps for usage with jenkins
|