Skip to content

Commit 60e786c

Browse files
committed
Travis: split up long running build
1 parent 17ec248 commit 60e786c

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.travis.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,18 @@ matrix:
1818
- os: linux
1919
dist: bionic
2020
compiler: gcc-8
21-
env: T="bionic_gcc8_all_luajit_release"
22-
PG_VERSIONS="9.3 9.4 9.5 9.6 10 11 12"
21+
env: T="bionic_gcc8_all_9_luajit_release"
22+
PG_VERSIONS="9.3 9.4 9.5 9.6"
23+
LUA_VERSION=5.3
24+
BUILD_TYPE="Release" LUAJIT_OPTION="ON"
25+
CXXFLAGS="-pedantic -Wextra -Werror"
26+
CC=gcc-8 CXX=g++-8 CPPVERSION=14
27+
28+
- os: linux
29+
dist: bionic
30+
compiler: gcc-8
31+
env: T="bionic_gcc8_all_10+_luajit_release"
32+
PG_VERSIONS="10 11 12"
2333
LUA_VERSION=5.3
2434
BUILD_TYPE="Release" LUAJIT_OPTION="ON"
2535
CXXFLAGS="-pedantic -Wextra -Werror"

0 commit comments

Comments
 (0)