~singpolyma/dhall-ruby

ref: c979c0c40060439b06d039a133a38d2c564123b7 dhall-ruby/.builds/debian-stable.yml -rw-r--r-- 305 bytes
c979c0c4Stephen Paul Weber Working parser 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
image: debian/stable
sources:
- https://git.singpolyma.net/dhall-ruby
tasks:
- build: |
    cd dhall-ruby
    rubocop
    bundle install --path="../.gems"
    make test
packages:
- bundler
- git-extras
- rubocop
- ruby
repositories:
  backports: http://ftp.ca.debian.org/debian/ stretch-backports main