~singpolyma/sgx-jmp

d719f18016e9bff4a1535a3d97df8e059d28e293 — Stephen Paul Weber 3 years ago 1f37649
Add sourcehut CI
1 files changed, 22 insertions(+), 0 deletions(-)

A .builds/debian-stable.yml
A .builds/debian-stable.yml => .builds/debian-stable.yml +22 -0
@@ 0,0 1,22 @@
image: debian/stable
sources:
- https://git.sr.ht/~singpolyma/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