1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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