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 a25bd83 commit ce8e782Copy full SHA for ce8e782
shippable.yml
@@ -1,10 +1,11 @@
1
build:
2
- pre_ci_boot:
3
- image_name: jjmerelo/perl6-doc-shippable
4
- pull: true
5
-
+ cache: true
+
6
ci:
7
- - P6_DOC_TEST_VERBOSE=1 prove -e perl6 t
8
9
+ - wget https://github.com/nxadm/rakudo-pkg/releases/download/v2018.03-01/rakudo-pkg-Ubuntu14.04_2018.03-01_amd64.deb
+ - dpkg -i *.deb
+ - 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 .
10
+ - P6_DOC_TEST_VERBOSE=1 make test
11
0 commit comments