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.
1 parent 72d54b3 commit 4c73461Copy full SHA for 4c73461
.github/workflows/ci.yml
@@ -179,6 +179,25 @@ jobs:
179
- uses: ./.github/actions/ubuntu-prerequisites
180
- uses: ./.github/actions/build-and-test
181
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
201
ubuntu20-pg13-gcc10-release:
202
runs-on: ubuntu-20.04
203
0 commit comments