Add android build on travis (#1981)

* Add build for android in travis CI.

* Fix review findings. Change from __ANDORID__ to POCO_ANDROID

* Add android test

* Fix compile issue after rebase

* Ignore test big ping when its failing
This commit is contained in:
Joerg-Christian Boehme
2018-02-27 01:54:40 +01:00
committed by Aleksandar Fabijanic
parent d162110e67
commit 9feabc7723
36 changed files with 594 additions and 220 deletions

View File

@@ -141,6 +141,7 @@ else(POCO_STATIC)
endif(POCO_STATIC)
if(ENABLE_TESTS)
option(ENABLE_LONG_RUNNING_TESTS "Enable long running test" ON)
include(CTest)
enable_testing()
message(STATUS "Building with unittests & samples")