File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
- sudo : false
3
+ sudo : required
4
4
dist : trusty
5
5
6
6
php :
7
7
- 7.0.13
8
8
- 7.1
9
9
10
10
env :
11
- - LIBVIPS=8.3
12
- - LIBVIPS=8.4
13
- - LIBVIPS=master
11
+ - LIBVIPS=8.4.4
14
12
15
13
cache :
16
14
apt : true
@@ -21,7 +19,6 @@ addons:
21
19
apt :
22
20
packages :
23
21
- gobject-introspection
24
- - gtk-doc-tools
25
22
- libcfitsio3-dev
26
23
- libfftw3-dev
27
24
- libgif-dev
@@ -36,10 +33,9 @@ addons:
36
33
37
34
# VIPS 8.3.3 requires Poppler 0.30 which is not released on Trusty.
38
35
before_install :
39
- - wget https://github.com/jcupitt/libvips/archive/$LIBVIPS.zip
40
- - unzip $LIBVIPS
41
- - cd libvips-$LIBVIPS
42
- - test -f autogen.sh && ./autogen.sh || ./bootstrap.sh
36
+ - wget http://www.vips.ecs.soton.ac.uk/supported/current/vips-$LIBVIPS.tar.gz
37
+ - tar -xvzf vips-$LIBVIPS.tar.gz
38
+ - cd vips-$LIBVIPS
43
39
- >
44
40
CXXFLAGS=-D_GLIBCXX_USE_CXX11_ABI=0
45
41
./configure
@@ -54,8 +50,8 @@ before_install:
54
50
--without-python
55
51
$1
56
52
- make
57
- - make install
58
- - ldconfig
53
+ - sudo make install
54
+ - sudo ldconfig
59
55
- cd ..
60
56
- yes '' | pecl install vips
61
57
You can’t perform that action at this time.
0 commit comments