mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-10-11 08:37:24 +08:00

Remove stdint.h from the C89 build due to -pedantic warnings from type 'long long' and constants like UINTPTR_MAX = 18446744073709551615ULL
11 lines
179 B
YAML
11 lines
179 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
|
|
- make -s C89
|