Skip to content

Commit 4c73461

Browse files
committed
Add Github actions test for compiling in C++17 mode
1 parent 72d54b3 commit 4c73461

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/ci.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,25 @@ jobs:
179179
- uses: ./.github/actions/ubuntu-prerequisites
180180
- uses: ./.github/actions/build-and-test
181181

182+
ubuntu20-pg13-clang10-cpp17:
183+
runs-on: ubuntu-20.04
184+
185+
env:
186+
CC: clang-10
187+
CXX: clang++-10
188+
LUA_VERSION: 5.3
189+
LUAJIT_OPTION: OFF
190+
POSTGRESQL_VERSION: 13
191+
POSTGIS_VERSION: 3
192+
CPP_VERSION: 17
193+
USE_PROJ_LIB: 6
194+
BUILD_TYPE: Debug
195+
196+
steps:
197+
- uses: actions/checkout@v2
198+
- uses: ./.github/actions/ubuntu-prerequisites
199+
- uses: ./.github/actions/build-and-test
200+
182201
ubuntu20-pg13-gcc10-release:
183202
runs-on: ubuntu-20.04
184203

0 commit comments

Comments
 (0)