mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-29 19:24:27 +01:00
10 lines
163 B
YAML
10 lines
163 B
YAML
language: ruby
|
|
rvm:
|
|
- "1.9.3"
|
|
- "2.0.0"
|
|
script:
|
|
- cd test && rake ci
|
|
- make -s
|
|
- cd ../extras/fixture/test && rake ci
|
|
- make -s default noStdLibMalloc
|