diff --git a/.gitmodules b/.gitmodules index d478d55..1c0f983 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "vendor/unity"] path = vendor/unity - url = git@github.com:ThrowTheSwitch/Unity.git + url = https://github.com:throwtheswitch/unity.git diff --git a/lib/CException.c b/lib/CException.c index f2a51cf..f316745 100644 --- a/lib/CException.c +++ b/lib/CException.c @@ -1,6 +1,6 @@ #include "CException.h" -volatile CEXCEPTION_FRAME_T CExceptionFrames[CEXCEPTION_NUM_ID] = { 0 }; +volatile CEXCEPTION_FRAME_T CExceptionFrames[CEXCEPTION_NUM_ID] = {{ 0 }}; //------------------------------------------------------------------------------------------ // Throw diff --git a/rakefile.rb b/rakefile.rb index d538a6d..1517f6f 100644 --- a/rakefile.rb +++ b/rakefile.rb @@ -22,8 +22,9 @@ SYMBOLS = '-DTEST -DCEXCEPTION_USE_CONFIG_FILE' CLEAN.include("#{HERE}*.out") -task :default => [:clobber, :test] -task :cruise => [:no_color, :default] +task :no_color do + $colour_output = false +end desc "performs a quick set of unit tests to confirm you're ready to go" task :test do @@ -36,6 +37,6 @@ task :test do report output end -task :no_color do - $colour_output = false -end \ No newline at end of file +task :default => [:clobber, :test] +task :ci => [:no_color, :default] +task :cruise => :ci diff --git a/vendor/unity b/vendor/unity index 17663fe..47a778d 160000 --- a/vendor/unity +++ b/vendor/unity @@ -1 +1 @@ -Subproject commit 17663feed2cc2ffc40cb47d583ce83cf911bf9be +Subproject commit 47a778d606fbfabde459b0f725a67b18c1bce6ee