Updated to latest version of Unity.

Removed -Wno-duplicate-decl-specifier flag from all YAML files, since unsupported in some versions of gcc. Reimplemented ignore in specific files and generated code using a pragmas instead, which are setup to ignore undefined pragma values.
Added initial .travis.yml file for TravisCI builds.
This commit is contained in:
Greg Williams
2014-07-25 15:13:29 -04:00
parent f597ba92a9
commit be7be41580
16 changed files with 266 additions and 99 deletions
+4 -2
View File
@@ -1,6 +1,8 @@
[submodule "vendor/unity"]
path = vendor/unity
url = git://github.com/ThrowTheSwitch/Unity.git
url = https://github.com/throwtheswitch/unity.git
branch = master
[submodule "vendor/c_exception"]
path = vendor/c_exception
url = git://github.com/ThrowTheSwitch/CException.git
url = https://github.com/throwtheswitch/cexception.git
branch = master