Skip to content

Commit

Permalink
Tests ubication of stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Apr 16, 2018
1 parent 6e68e22 commit d62d049
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shippable.yml
Expand Up @@ -2,13 +2,14 @@ build:
pre_ci:
- wget https://github.com/nxadm/rakudo-pkg/releases/download/v2018.03-01/rakudo-pkg-Ubuntu14.04_2018.03-01_amd64.deb
- dpkg -i *.deb
- dpkg -L *.deb
- dpkg -L rakudo-pkg-Ubuntu14.04_2018.03-01_amd64
- apt-get update && apt-get install libssl-dev
- PATH=~/.perl6/bin:/opt/rakudo-pkg/bin:$PATH && export PATH
- install-zef-as-user && zef --/tap-harness --depsonly install .

ci:
- PATH=~/.perl6/bin:/opt/rakudo-pkg/bin:$PATH && export PATH
- ls /opt/rakudo-pkg/bin
- perl6 t/00-load.t
- P6_DOC_TEST_VERBOSE=1 make test

0 comments on commit d62d049

Please sign in to comment.