added .travis.yml file (build with original and biicode building);

added bii-travis.sh and readme.md files; added build status section with travis and biicode build
systems

Change-Id: I93acd1ca9497416ade6293d63b5311c4c31b880f
This commit is contained in:
franchuti688
2015-04-01 12:35:37 +02:00
committed by Wouter van Oortmerssen
parent e3b432cba8
commit 23f75f598e
7 changed files with 76 additions and 11 deletions

View File

@@ -85,10 +85,9 @@ if(FLATBUFFERS_CODE_COVERAGE)
endif()
if(BIICODE)
# Execute biicode building
include(CMake/biicode.cmake)
include(biicode/cmake/biicode.cmake)
return()
endif(BIICODE)
endif()
include_directories(include)