mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-06-05 21:15:20 +00:00
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:
+4
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user