~singpolyma/dhall-ruby

ref: 0c554ffb729e4f5364b0b1dab675120a8a8014fc dhall-ruby/.builds/debian-stable.yml -rw-r--r-- 613 bytes
0c554ffbStephen Paul Weber Run all tests in CI 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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_binary.rb
    bundle exec ruby -Ilib test/test_normalization.rb
packages:
- bundler
- git-extras
- rubocop
- ruby
repositories:
  backports: http://ftp.ca.debian.org/debian/ stretch-backports main