2014-07-25 15:13:29 -04:00
|
|
|
language: ruby
|
2017-04-05 08:45:46 -04:00
|
|
|
|
2017-10-31 21:49:04 -04:00
|
|
|
os:
|
2017-04-05 08:45:46 -04:00
|
|
|
- linux
|
2017-10-31 21:49:04 -04:00
|
|
|
|
2014-07-25 15:13:29 -04:00
|
|
|
rvm:
|
2019-10-23 08:15:40 -04:00
|
|
|
- "2.3"
|
2019-10-21 11:23:39 -04:00
|
|
|
- "2.4"
|
2019-10-23 08:15:40 -04:00
|
|
|
- "2.6"
|
2017-10-31 21:49:04 -04:00
|
|
|
|
2017-04-05 08:45:46 -04:00
|
|
|
before_install:
|
2019-10-23 08:15:40 -04:00
|
|
|
- sudo apt-get install --assume-yes --quiet gcc-multilib
|
2017-10-31 21:49:04 -04:00
|
|
|
|
2014-07-25 15:13:29 -04:00
|
|
|
install:
|
|
|
|
- bundle install
|
2017-04-07 16:56:38 -04:00
|
|
|
- gem install rspec
|
2018-07-18 10:40:48 -04:00
|
|
|
- gem install rubocop -v 0.57.2
|
2017-10-31 21:49:04 -04:00
|
|
|
|
2014-07-25 15:13:29 -04:00
|
|
|
script:
|
2017-04-07 16:56:38 -04:00
|
|
|
- cd test && rake ci
|
2017-04-07 22:36:42 -04:00
|
|
|
- cd ..
|
|
|
|
- cd examples && cd make_example
|
2017-10-31 21:49:04 -04:00
|
|
|
- make clean
|
|
|
|
- make setup
|
2017-04-07 22:36:42 -04:00
|
|
|
- make test
|
|
|
|
- cd ..
|
2017-10-31 21:49:04 -04:00
|
|
|
- cd temp_sensor
|
2017-04-07 22:36:42 -04:00
|
|
|
- rake ci
|