From d719f18016e9bff4a1535a3d97df8e059d28e293 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Tue, 20 Apr 2021 10:46:44 -0500 Subject: [PATCH] Add sourcehut CI --- .builds/debian-stable.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .builds/debian-stable.yml diff --git a/.builds/debian-stable.yml b/.builds/debian-stable.yml new file mode 100644 index 0000000..4be2ea4 --- /dev/null +++ b/.builds/debian-stable.yml @@ -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 -- 2.45.2