~singpolyma/dhall-ruby

0c554ffb729e4f5364b0b1dab675120a8a8014fc — Stephen Paul Weber 5 years ago b9a80d0
Run all tests in CI
2 files changed, 6 insertions(+), 8 deletions(-)

M .builds.dhall/debian-stable.dhall
M .builds/debian-stable.yml
M .builds.dhall/debian-stable.dhall => .builds.dhall/debian-stable.dhall +3 -4
@@ 14,15 14,14 @@
		{ build =
			''
			cd dhall-ruby
			rubocop
			bundle install --path="../.gems"

			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
			''
		}
	]

M .builds/debian-stable.yml => .builds/debian-stable.yml +3 -4
@@ 4,15 4,14 @@ sources:
tasks:
- build: |
    cd dhall-ruby
    rubocop
    bundle install --path="../.gems"

    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