We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d34b7a2 + c7998da commit 8aa4f4eCopy full SHA for 8aa4f4e
.travis.yml
@@ -96,6 +96,17 @@ matrix:
96
CC=gcc-8 CXX=g++-8 CPPVERSION=11
97
98
99
+ - os: linux
100
+ dist: focal
101
+ compiler: gcc-9
102
+ env: T="focal_gcc9_pg12_luajit"
103
+ PG_VERSIONS=12
104
+ POSTGIS_VERSION=3
105
+ LUA_VERSION=5.2
106
+ BUILD_TYPE="Debug" LUAJIT_OPTION="ON"
107
+ CXXFLAGS="-pedantic -Wextra -Werror"
108
+ CC=gcc-9 CXX=g++-9 CPPVERSION=11
109
+
110
before_install:
111
- dpkg -l | grep -E 'lua|proj|bz2|postgresql|postgis|zlib|boost|expat' # checking available versions
112
- sudo apt-get remove -yq postgresql-.*-postgis-.*
0 commit comments