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 a52e05a commit cb82c1aCopy full SHA for cb82c1a
shippable.yml
@@ -1,10 +1,13 @@
1
build:
2
- pre_ci_boot:
3
- image_name: jjmerelo/perl6-doccer
+ pre_ci:
+ - curl https://nxadm.github.io/rakudo-pkg/latest-release.html?os=ubuntu&version=14.04&arch=amd64
4
+ - dpkg -i *.deb
5
+ - PATH=~/.perl6/bin:/opt/rakudo-pkg/bin:$PATH && export PATH
6
+ - install-zef-as-user && zef --/tap-harness --depsonly install .
7
8
ci:
- - P6_DOC_TEST_VERBOSE=1 prove -e perl6 t
9
+ - P6_DOC_TEST_VERBOSE=1 make test
10
11
on_failure:
- - ls t
-
12
+ - ls $SHIPPABLE_BUILD_DIR/t
13
+ - docker run -t -v $TRAVIS_BUILD_DIR:/test --entrypoint="/bin/sh" jjmerelo/perl6-doccer -c "ls /test"
0 commit comments