Skip to content

Commit b081512

Browse files
authored
Merge pull request #1473 from joto/ci-build-type
Explicitly set build type to "Debug" in some CI builds
2 parents ab8fa1d + 6258a0f commit b081512

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ jobs:
115115
POSTGRESQL_VERSION: 10
116116
POSTGIS_VERSION: 3
117117
CPP_VERSION: 11
118+
BUILD_TYPE: Debug
118119

119120
steps:
120121
- uses: actions/checkout@v2
@@ -133,6 +134,7 @@ jobs:
133134
POSTGRESQL_VERSION: 11
134135
POSTGIS_VERSION: 2.5
135136
CPP_VERSION: 11
137+
BUILD_TYPE: Debug
136138

137139
steps:
138140
- uses: actions/checkout@v2
@@ -150,6 +152,7 @@ jobs:
150152
POSTGRESQL_VERSION: 12
151153
POSTGIS_VERSION: 2.5
152154
CPP_VERSION: 14
155+
BUILD_TYPE: Debug
153156

154157
steps:
155158
- uses: actions/checkout@v2
@@ -168,6 +171,7 @@ jobs:
168171
POSTGRESQL_VERSION: 13
169172
POSTGIS_VERSION: 3
170173
CPP_VERSION: 14
174+
BUILD_TYPE: Debug
171175

172176
steps:
173177
- uses: actions/checkout@v2
@@ -186,6 +190,7 @@ jobs:
186190
POSTGIS_VERSION: 3
187191
CPP_VERSION: 14
188192
USE_PROJ_LIB: 6
193+
BUILD_TYPE: Debug
189194

190195
steps:
191196
- uses: actions/checkout@v2
@@ -204,6 +209,7 @@ jobs:
204209
POSTGIS_VERSION: 3
205210
CPP_VERSION: 14
206211
USE_PROJ_LIB: off
212+
BUILD_TYPE: Debug
207213

208214
steps:
209215
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)