We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e68e22 commit d62d049Copy full SHA for d62d049
shippable.yml
@@ -2,13 +2,14 @@ build:
2
pre_ci:
3
- wget https://github.com/nxadm/rakudo-pkg/releases/download/v2018.03-01/rakudo-pkg-Ubuntu14.04_2018.03-01_amd64.deb
4
- dpkg -i *.deb
5
- - dpkg -L *.deb
+ - dpkg -L rakudo-pkg-Ubuntu14.04_2018.03-01_amd64
6
- apt-get update && apt-get install libssl-dev
7
- PATH=~/.perl6/bin:/opt/rakudo-pkg/bin:$PATH && export PATH
8
- install-zef-as-user && zef --/tap-harness --depsonly install .
9
10
ci:
11
12
+ - ls /opt/rakudo-pkg/bin
13
- perl6 t/00-load.t
14
- P6_DOC_TEST_VERBOSE=1 make test
15
0 commit comments