~singpolyma/dhall-ruby

ref: 3a4f3871964196d57214772cbadbf3f1adb28c60 dhall-ruby/.builds/debian-stable.yml -rw-r--r-- 558 bytes
3a4f3871Stephen Paul Weber Run all tests on CI 4 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