mirror of
https://github.com/ThrowTheSwitch/CMock
synced 2025-01-22 08:28:42 -05:00
be7be41580
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.
9 lines
249 B
Plaintext
9 lines
249 B
Plaintext
[submodule "vendor/unity"]
|
|
path = vendor/unity
|
|
url = https://github.com/throwtheswitch/unity.git
|
|
branch = master
|
|
[submodule "vendor/c_exception"]
|
|
path = vendor/c_exception
|
|
url = https://github.com/throwtheswitch/cexception.git
|
|
branch = master
|