File tree Expand file tree Collapse file tree 1 file changed +36
-36
lines changed Expand file tree Collapse file tree 1 file changed +36
-36
lines changed Original file line number Diff line number Diff line change @@ -58,42 +58,42 @@ matrix:
58
58
- python-sip-dev
59
59
- txt2tags
60
60
- xvfb
61
- # QT5 based build with Python 3 // using container based builds and prebuild binary dependencies in osgeo4travis
62
- - os : linux
63
- language : python # This lets us use newer python versions from virtualenv
64
- env :
65
- - BUILD=qt5
66
- - QT_VERSION=5
67
- - LLVM_VERSION=3.8
68
- dist : precise
69
- sudo : false
70
- cache :
71
- apt : true
72
- directories :
73
- - $HOME/.ccache
74
- compiler : gcc
75
- python : " 3.3"
76
- addons :
77
- postgresql : " 9.4"
78
- apt :
79
- sources :
80
- - llvm-toolchain-precise-3.8
81
- - ubuntu-toolchain-r-test
82
- - george-edison55-precise-backports # doxygen 1.8.3
83
- packages :
84
- - doxygen
85
- - bison
86
- - flex
87
- - graphviz
88
- - libpq-dev
89
- - libfcgi-dev
90
- - libfftw3-3
91
- - pkg-config
92
- - poppler-utils
93
- - txt2tags
94
- - xvfb
95
- - flip
96
- - clang-3.8
61
+ # QT5 based build with Python 3 // using container based builds and prebuild binary dependencies in osgeo4travis
62
+ # - os: linux
63
+ # language: python # This lets us use newer python versions from virtualenv
64
+ # env:
65
+ # - BUILD=qt5
66
+ # - QT_VERSION=5
67
+ # - LLVM_VERSION=3.8
68
+ # dist: precise
69
+ # sudo: false
70
+ # cache:
71
+ # apt: true
72
+ # directories:
73
+ # - $HOME/.ccache
74
+ # compiler: gcc
75
+ # python: "3.3"
76
+ # addons:
77
+ # postgresql: "9.4"
78
+ # apt:
79
+ # sources:
80
+ # - llvm-toolchain-precise-3.8
81
+ # - ubuntu-toolchain-r-test
82
+ # - george-edison55-precise-backports # doxygen 1.8.3
83
+ # packages:
84
+ # - doxygen
85
+ # - bison
86
+ # - flex
87
+ # - graphviz
88
+ # - libpq-dev
89
+ # - libfcgi-dev
90
+ # - libfftw3-3
91
+ # - pkg-config
92
+ # - poppler-utils
93
+ # - txt2tags
94
+ # - xvfb
95
+ # - flip
96
+ # - clang-3.8
97
97
# OSX based build with QT4 and Python 2
98
98
- os : osx
99
99
env :
You can’t perform that action at this time.
0 commit comments