Torsten Rüger
6547b1608d
also making command configurable as they seem different on ubuntu (16?) than fedora 30 (and who knows where else)
13 lines
272 B
YAML
13 lines
272 B
YAML
before_install:
|
|
- sudo apt-get install -y qemu
|
|
- sudo apt-get install -y binutils-arm-linux-gnueabi
|
|
- gem install bundler --version '2.0.1'
|
|
language: ruby
|
|
script:
|
|
- ruby test/test_all.rb
|
|
- bundle exec codeclimate-test-reporter
|
|
rvm:
|
|
- 2.4.6
|
|
- 2.5.5
|
|
- 2.6.3
|