~singpolyma/dhall-ruby

ref: b24529d278d3dff33d07c0f3f17047d43057ebdb dhall-ruby/.builds/debian-stable.yml -rw-r--r-- 365 bytes
b24529d2Stephen Paul Weber Use git-extras for `git root` in build 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
image: debian/stable
sources:
- https://git.singpolyma.net/dhall-ruby
tasks:
- build: |
    cd dhall-ruby
    rubocop
    bundle install --path="../.gems"
    test/normalization/gen
    bundle exec ruby -Ilib test/test_binary.rb
packages:
- bundler
- git-extras
- rubocop
- ruby
repositories:
  backports: http://ftp.ca.debian.org/debian/ stretch-backports main