Skip to content

Commit ce8e782

Browse files
committed
[Build] Adds caching to shippable
Which should speed up things. Also reverts to the old version of the file after several tests with containers.
1 parent a25bd83 commit ce8e782

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

shippable.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
build:
2-
pre_ci_boot:
3-
image_name: jjmerelo/perl6-doc-shippable
4-
pull: true
5-
2+
cache: true
3+
64
ci:
7-
- P6_DOC_TEST_VERBOSE=1 prove -e perl6 t
8-
9-
5+
- wget https://github.com/nxadm/rakudo-pkg/releases/download/v2018.03-01/rakudo-pkg-Ubuntu14.04_2018.03-01_amd64.deb
6+
- dpkg -i *.deb
7+
- apt-get update && apt-get install libssl-dev
8+
- PATH=~/.perl6/bin:/opt/rakudo-pkg/bin:$PATH && export PATH
9+
- install-zef-as-user && zef --/tap-harness --depsonly install .
10+
- P6_DOC_TEST_VERBOSE=1 make test
1011

0 commit comments

Comments
 (0)