File tree Expand file tree Collapse file tree 1 file changed +4
-60
lines changed Expand file tree Collapse file tree 1 file changed +4
-60
lines changed Original file line number Diff line number Diff line change 1
1
matrix :
2
2
fast_finish : true
3
- allow_failures :
4
- - os : osx
5
3
include :
6
- # QT4 based build with Python 2.7 // using container based builds and prebuild binary dependencies in osgeo4travis
7
- - os : linux
8
- language : cpp
9
- env :
10
- - BUILD=qt4
11
- - QT_VERSION=4
12
- # - LLVM_VERSION=3.8
13
- sudo : false
14
- cache :
15
- apt : true
16
- directories :
17
- - $HOME/.ccache
18
- compiler : gcc
19
- addons :
20
- postgresql : " 9.4"
21
- apt :
22
- sources :
23
- # - llvm-toolchain-precise-3.8
24
- - ubuntu-toolchain-r-test
25
- - george-edison55-precise-backports # doxygen 1.8.3
26
- packages :
27
- - bison
28
- - gcc-6
29
- - g++-6
30
- - doxygen
31
- - flex
32
- - flip
33
- - libfcgi-dev
34
- - libfftw3-3
35
- - libpq-dev
36
- - libqscintilla2-dev
37
- - libqt4-dev
38
- - libqt4-opengl-dev
39
- - libqt4-sql-sqlite
40
- - libqtwebkit-dev
41
- - libqwt-dev
42
- - libspatialindex-dev
43
- - libspatialite-dev
44
- - libsqlite3-dev
45
- - pkg-config
46
- - poppler-utils
47
- - pyqt4-dev-tools
48
- - python
49
- - python-dev
50
- - python-numpy
51
- - python-pip
52
- - python-psycopg2
53
- - python-qscintilla2
54
- - python-qt4-dev
55
- - python-qt4-sql
56
- - python-sip
57
- - python-sip-dev
58
- - txt2tags
59
- - xvfb
60
4
# QT5 based build with Python 3 // using container based builds and prebuild binary dependencies in osgeo4travis
61
5
- os : linux
62
6
language : python # This lets us use newer python versions from virtualenv
@@ -93,10 +37,10 @@ matrix:
93
37
- flip
94
38
- clang-3.8
95
39
# OSX based build with QT4 and Python 2
96
- - os : osx
97
- env :
98
- - BUILD=osx
99
- - IGNORE_BUILD_FAILURES=YES
40
+ # - os: osx
41
+ # env:
42
+ # - BUILD=osx
43
+ # - IGNORE_BUILD_FAILURES=YES
100
44
101
45
git :
102
46
depth : 30
You can’t perform that action at this time.
0 commit comments