mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-15 14:43:32 +02:00
Fix sudo command for unbundled env.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
bc79fbda81
commit
9a7a1258e4
@ -39,7 +39,7 @@ matrix:
|
||||
- env: TEST_NAME="gcc (make) unbundled"
|
||||
compiler: gcc
|
||||
script:
|
||||
- sudo libpcre3-dev libssl-dev libexpat1-dev
|
||||
- sudo apt-get install -qq -y libpcre3-dev libssl-dev libexpat1-dev
|
||||
- ./configure --everything --unbundled && make -s -j2
|
||||
- ./travis/runtests.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user