~singpolyma/dhall-ruby

ref: bccb3dd8f6e4d0bc7c6267f1c6b404865a14f5f2 dhall-ruby/.builds/debian-stable.yml -rw-r--r-- 558 bytes
bccb3dd8Stephen Paul Weber Refactor OperatorListConcatenate typecheck 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
image: debian/stable
sources:
- https://git.singpolyma.net/dhall-ruby
tasks:
- build: |
    cd dhall-ruby
    wget https://github.com/dhall-lang/dhall-haskell/releases/download/1.21.0/dhall-1.21.0-x86_64-linux.tar.bz2
    tar -xvf dhall-1.21.0-x86_64-linux.tar.bz2
    export PATH="$(pwd)/bin:$PATH"
    test/normalization/gen
    rubocop
    bundle install --path="../.gems"
    bundle exec ruby -Ilib test/test_suite.rb
packages:
- bundler
- git-extras
- rubocop
- ruby
repositories:
  backports: http://ftp.ca.debian.org/debian/ stretch-backports main