Skip to content
Snippets Groups Projects
Commit 1e3d1278 authored by David Beitey's avatar David Beitey
Browse files

Configure Perl library path for user install

parent 373047e3
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ env: ...@@ -8,7 +8,7 @@ env:
before_install: before_install:
- sudo apt-get install -qq libpcre3-dev libssl-dev - sudo apt-get install -qq libpcre3-dev libssl-dev
- sudo apt-get install -qq perl - sudo apt-get install -qq perl
- sudo env PERL_MM_USE_DEFAULT=1 cpan -fi Test::Nginx::Socket - env PERL_MM_USE_DEFAULT=1 cpan -fi Test::Nginx::Socket
cache: ccache cache: ccache
script: | script: |
wget -O - http://nginx.org/download/nginx-${NGINX}.tar.gz | tar -xzf - wget -O - http://nginx.org/download/nginx-${NGINX}.tar.gz | tar -xzf -
...@@ -19,4 +19,5 @@ script: | ...@@ -19,4 +19,5 @@ script: |
cd .. cd ..
export PATH=$(pwd)/nginx-${NGINX}/objs/:$PATH export PATH=$(pwd)/nginx-${NGINX}/objs/:$PATH
eval $(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)
prove prove
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment