image: debian/stable
sources:
- https://git.singpolyma.net/sgx-jmp
packages:
- ruby
- ruby-dev
- bundler
- libxml2-dev
- libpq-dev
- rubocop
environment:
LANG: C.UTF-8
tasks:
- dependencies: |
cd sgx-jmp
bundle install --without=development --path=.gems
- lint: |
cd sgx-jmp
rubocop
- test: |
cd sgx-jmp
RANTLY_COUNT=100 bundle exec rake test