1
0
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:
jsalling
2017-01-18 08:18:37 -06:00
parent 185fb49380
commit bb7f889f03
4 changed files with 14 additions and 15 deletions

View File

@@ -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