Skip to content

Commit cb82c1a

Browse files
committed
Testing with @nxadm's packages
Out of desperation, I found no way to make it work with docker. Refs #1931
1 parent a52e05a commit cb82c1a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

shippable.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
build:
2-
pre_ci_boot:
3-
image_name: jjmerelo/perl6-doccer
2+
pre_ci:
3+
- 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 .
47

58
ci:
6-
- P6_DOC_TEST_VERBOSE=1 prove -e perl6 t
9+
- P6_DOC_TEST_VERBOSE=1 make test
710

811
on_failure:
9-
- ls t
10-
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

Comments
 (0)