1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-26 18:01:35 +01:00
Files
Unity/.travis.yml
2016-12-02 22:57:10 -07:00

21 lines
417 B
YAML

language: c
matrix:
include:
- os: osx
compiler: clang
osx_image: xcode7.3
- os: linux
dist: trusty
compiler: gcc
before_install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then rvm install 2.1 && rvm use 2.1 && ruby -v; fi
install: gem install rspec
script:
- cd test && rake ci
- make -s
- cd ../extras/fixture/test && rake ci
- make -s default noStdlibMalloc
- make -s C89