Commit 137943c
Bruce Irschick
[AD-912] Add platform, bitness and version to driver artifact(s) (#123)
* [AD-912] Test if 32-bit and 64-bit artefacts are created.
* [AD-912] Set artifact logic when push to develop branch.
* [AD-912] Test adding version to artifacts and setting for the library properties.
* [AD-912] Propagate ODBC_DRIVER_VERSION to all builds.
* [AD-912] Fix 'if' statements with environment variables.
* [AD-912] Now source the driver version from the ODBC_DRIVER_VERSION.txt file.
* [AD-912] Fix updating the environment in workflow.
* [AD-912] Fix updating the environment in workflow.
* [AD-912] Fix updating the environment in workflow.
* [AD-912] Fixed updating the environment in workflow.
* [AD-912] Set the criteria for uploading artifacts to production mode.1 parent 8b0bd17 commit 137943c
File tree
3 files changed
+36
-5
lines changed- .github/workflows
- src
3 files changed
+36
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
57 | 64 | | |
58 | 65 | | |
59 | 66 | | |
| |||
122 | 129 | | |
123 | 130 | | |
124 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
125 | 146 | | |
126 | 147 | | |
127 | 148 | | |
| |||
203 | 224 | | |
204 | 225 | | |
205 | 226 | | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
206 | 232 | | |
207 | 233 | | |
208 | 234 | | |
| |||
271 | 297 | | |
272 | 298 | | |
273 | 299 | | |
274 | | - | |
| 300 | + | |
275 | 301 | | |
276 | 302 | | |
277 | | - | |
| 303 | + | |
278 | 304 | | |
279 | 305 | | |
280 | 306 | | |
281 | | - | |
| 307 | + | |
282 | 308 | | |
283 | 309 | | |
284 | | - | |
| 310 | + | |
285 | 311 | | |
286 | 312 | | |
287 | 313 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
90 | 93 | | |
91 | 94 | | |
92 | 95 | | |
| 96 | + | |
93 | 97 | | |
94 | 98 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments