Skip to content

Commit 97ba323

Browse files
committed
add summary of build in embedded badges to main README.md, update examples_tests submodule
1 parent e4a401a commit 97ba323

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,22 @@ Contact `[email protected]` with inquires into contracting.
177177

178178
- [ ] **iOS**
179179

180+
## Build summary
181+
182+
| ![][BUILD_STATUS] | Release | RWDI | Debug |
183+
| :----------------------: | :----------: | :----------: | :----------: |
184+
| **Windows MSVC x64** | ![][MSVC_1] | ![][MSVC_2] | ![][MSVC_3] |
185+
| **Android Clang x86_64** | ![][CLANG_1] | ![][CLANG_2] | ![][CLANG_3] |
186+
| **Linux GCC x64** | ![][NA] | ![][NA] | ![][NA] |
187+
188+
[MSVC_1]: https://ci.devsh.eu/buildStatus/icon?job=BuildNabla%2FDEVSH_CONFIGURATIONS%3DRelease%2CDEVSH_NODES%3Dpredator15%2CDEVSH_OS%3DWindows
189+
[MSVC_2]: https://ci.devsh.eu/buildStatus/icon?job=BuildNabla%2FDEVSH_CONFIGURATIONS%3DRelWithDebInfo%2CDEVSH_NODES%3Dpredator15%2CDEVSH_OS%3DWindows
190+
[MSVC_3]: https://ci.devsh.eu/buildStatus/icon?job=BuildNabla%2FDEVSH_CONFIGURATIONS%3DDebug%2CDEVSH_NODES%3Dpredator15%2CDEVSH_OS%3DWindows
191+
[CLANG_1]: https://ci.devsh.eu/buildStatus/icon?job=BuildNabla%2FDEVSH_CONFIGURATIONS%3DRelease%2CDEVSH_NODES%3Dnode1%2CDEVSH_OS%3DAndroid
192+
[CLANG_2]: https://ci.devsh.eu/buildStatus/icon?job=BuildNabla%2FDEVSH_CONFIGURATIONS%3DRelWithDebInfo%2CDEVSH_NODES%3Dnode1%2CDEVSH_OS%3DAndroid
193+
[CLANG_3]: https://ci.devsh.eu/buildStatus/icon?job=BuildNabla%2FDEVSH_CONFIGURATIONS%3DDebug%2CDEVSH_NODES%3Dnode1%2CDEVSH_OS%3DAndroid
194+
[NA]: https://img.shields.io/badge/free%20slot-n%2Fa-red
195+
[BUILD_STATUS]: https://img.shields.io/badge/build-status-blueviolet
180196

181197
## Required Build Tools and SDK's
182198

examples_tests

0 commit comments

Comments
 (0)