2018-10-11 13:39:27 +00:00
|
|
|
# test compilation and then run tests with dummy mode turned on
|
2016-03-29 16:03:04 +00:00
|
|
|
language: ruby
|
2018-10-11 13:39:27 +00:00
|
|
|
before_install:
|
|
|
|
- sudo apt-get install -y libsystemd-journal-dev
|
|
|
|
install: "bundle install"
|
2016-03-29 16:03:04 +00:00
|
|
|
rvm:
|
2018-10-11 13:39:27 +00:00
|
|
|
- 1.9.2
|
|
|
|
- 2.0.0
|
|
|
|
- 2.1.0
|
|
|
|
- 2.2.0
|
|
|
|
- 2.3.0
|
|
|
|
- 2.4.0
|
2016-03-29 16:03:04 +00:00
|
|
|
script:
|
|
|
|
- bundle exec rake compile
|
2018-10-11 13:39:27 +00:00
|
|
|
- bundle exec rake clean
|
|
|
|
- bundle exec rake compile -- --with-dummy
|
2016-03-29 16:03:04 +00:00
|
|
|
- bundle exec rspec
|