Skip to content

Commit 09e2e97

Browse files
committed
Testing @nxadm's packages in shippable
1 parent c3d635a commit 09e2e97

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

shippable.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ build:
44
- $SHIPPABLE_BUILD_DIR/.perl6
55

66
ci:
7-
- wget https://github.com/nxadm/rakudo-pkg/releases/download/v2018.03-01/rakudo-pkg-Ubuntu14.04_2018.03-01_amd64.deb
8-
- dpkg -i *.deb
9-
- apt-get update && apt-get install libssl-dev
10-
- PATH=~/.perl6/bin:/opt/rakudo-pkg/bin:$PATH && export PATH
11-
- install-zef-as-user && zef --/tap-harness --depsonly install .
7+
- apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 379CE192D401AB61
8+
- echo "deb https://dl.bintray.com/nxadm/perl6-doc trusty main" | sudo tee -a /etc/apt/sources.list
9+
- sudo apt-get update && sudo apt-get install rakudo-pkg-for-doc
10+
- PATH="/opt/rakudo-pkg-for-doc/bin:/opt/rakudo-pkg-for-doc/share/perl6/site/bin:$PATH"
1211
- P6_DOC_TEST_VERBOSE=1 make test
1312

0 commit comments

Comments
 (0)