mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-30 03:34:27 +01:00
Compile examples in continuous integration, update example_3 readme
Altered the rake build so that it passes. The example_3 shows off some failing tests, so the rake build has to ignore those. Update .gitignore file with executables from examples
This commit is contained in:
@@ -15,6 +15,10 @@ install: gem install rspec
|
||||
script:
|
||||
- cd test && rake ci
|
||||
- make -s
|
||||
- make -s DEBUG=-m32
|
||||
- cd ../extras/fixture/test && rake ci
|
||||
- make -s default noStdlibMalloc
|
||||
- make -s C89
|
||||
- cd ../../../examples/example_1 && make -s
|
||||
- cd ../example_2 && make -s
|
||||
- cd ../example_3 && rake
|
||||
Reference in New Issue
Block a user