adapted to biicode via biicode.conf, ignore.bii and CMakeLists.txt; mixed Travis

(original and biicode building)
This commit is contained in:
franchuti688
2015-02-09 10:31:22 +01:00
parent cfd476bb8b
commit 7b77eb61b5
7 changed files with 98 additions and 3 deletions

16
biicode.conf Normal file
View File

@@ -0,0 +1,16 @@
# Biicode configuration file
[paths]
# Local directories to look for headers (within block)
/
[dependencies]
# Manual adjust file implicit dependencies, add (+), remove (-), or overwrite (=)
CMakeLists.txt + cmake/FindSetEnv.cmake
format.h = format.cc
format.cc - test/* posix.cc
biicode/samples/basic.cpp - test/*
[mains]
# Manual adjust of files that define an executable
!test/test-main.cc