File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 4
4
- $SHIPPABLE_BUILD_DIR/.perl6
5
5
6
6
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"
12
11
- P6_DOC_TEST_VERBOSE=1 make test
13
12
You can’t perform that action at this time.
0 commit comments