Skip to content

Commit 8aa4f4e

Browse files
authored
Merge pull request #1173 from mmd-osm/patch-1
Travis: add Ubuntu 20.04
2 parents d34b7a2 + c7998da commit 8aa4f4e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,17 @@ matrix:
9696
CC=gcc-8 CXX=g++-8 CPPVERSION=11
9797

9898

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+
99110
before_install:
100111
- dpkg -l | grep -E 'lua|proj|bz2|postgresql|postgis|zlib|boost|expat' # checking available versions
101112
- sudo apt-get remove -yq postgresql-.*-postgis-.*

0 commit comments

Comments
 (0)