added Android build to Travis CI

This commit is contained in:
Vadim Grigoruk
2019-08-14 16:45:38 +03:00
parent 221bea1701
commit 4eef02123e
71 changed files with 4328 additions and 1243 deletions
+5 -2
View File
@@ -73,9 +73,12 @@
# endif
#endif
#if (defined(linux) || defined(__linux) || defined(__linux__))
#if defined(ANDROID) || defined(__ANDROID__)
# undef __TIC_ANDROID__
# define __TIC_ANDROID__ 1
#elif (defined(linux) || defined(__linux) || defined(__linux__))
# undef __TIC_LINUX__
# define __TIC_LINUX__ 1
# define __TIC_LINUX__ 1
#endif
#ifndef TIC80_API