Age | Commit message (Collapse) | Author |
|
|
|
|
|
Removes the possibility to build with legacy build systems on jenkins.
|
|
|
|
- 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.
|
|
|
|
build output
|
|
make-native-depends (due to Configuration set to RELEASE)
|
|
|
|
|
|
building
|
|
rebuilding depends - add project/cmake dir as criterion
|
|
|
|
also clean any git repositories that might have been checked out in
depends - should fix building of android when depends change
|
|
|
|
|
|
|
|
singlethreaded once more
|
|
|
|
|