@@ -8,24 +8,25 @@ To learn how to install and use the Data SDK, see the <a href="https://github.co
88
99## Health check
1010
11- ### Build and test
11+ ### Build and test pipelines
1212
1313| Linux GCC | Linux CLang | MacOS |
1414| :-------- | :---------- | :---- |
15- | [ ![ Linux gcc build status] [ 1 ]] [ 2 ] | [ ![ Linux Clang build status] [ 3 ]] [ 4 ] | [ ![ MacOS build status] [ 5 ]] [ 4 ] |
15+ | [ ![ Linux gcc build status] [ 1 ]] [ 1 ] | [ ![ Linux Clang build status] [ 1 ]] [ 1 ] | [ ![ MacOS build status] [ 1 ]] [ 1 ] |
1616
1717| iOS | Windows | Android |
1818| :-- | :------ | :------ |
19- | [ ![ iOS build status] [ 6 ]] [ 4 ] | [ ![ Windows build status] [ 7 ]] [ 4 ] | [ ![ Android build status] [ 8 ]] [ 4 ] |
19+ | [ ![ iOS build status] [ 1 ]] [ 1 ] | [ ![ Windows build status] [ 1 ]] [ 1 ] | [ ![ Android build status] [ 1 ]] [ 1 ] |
2020
21- [ 1 ] : https://github.com/heremaps/here-data-sdk-cpp/workflows/CI/badge.svg?branch=master
22- [ 2 ] : https://github.com/heremaps/here-data-sdk-cpp/actions?query=workflow%3ACI+branch%3Amaster
23- [ 3 ] : https://dev.azure.com/heremaps/here-data-sdk/_apis/build/status/heremaps.here-data-sdk-cpp?branchName=master&jobName=Linux_build_clang
24- [ 4 ] : https://dev.azure.com/heremaps/here-data-sdk/_build/latest?definitionId=3&branchName=master
25- [ 5 ] : https://dev.azure.com/heremaps/here-data-sdk/_apis/build/status/heremaps.here-data-sdk-cpp?branchName=master&jobName=MacOS_build
26- [ 6 ] : https://dev.azure.com/heremaps/here-data-sdk/_apis/build/status/heremaps.here-data-sdk-cpp?branchName=master&jobName=iOS_build
27- [ 7 ] : https://dev.azure.com/heremaps/here-data-sdk/_apis/build/status/heremaps.here-data-sdk-cpp?branchName=master&jobName=Windows_build
28- [ 8 ] : https://dev.azure.com/heremaps/here-data-sdk/_apis/build/status/heremaps.here-data-sdk-cpp?branchName=master&jobName=Android_build
21+ [ 1 ] : https://github.com/heremaps/here-data-sdk-cpp/actions/workflows/psv_pipelines.yml/badge.svg
22+
23+ ### Full verification testing pipelines
24+
25+ | iOS | Android |
26+ | :-- | :------ |
27+ | [ ![ iOS test status] [ 2 ]] [ 2 ] | [ ![ Android test status] [ 2 ]] [ 2 ] |
28+
29+ [ 2] : https://github.com/heremaps/here-data-sdk-cpp/actions/workflows/fv_pipelines.yml/badge.svg
2930
3031### Test coverage
3132
@@ -49,14 +50,14 @@ For more information on Data SDK for C++, see our <a href="https://developer.her
4950
5051The table below lists the platforms on which the Data SDK has been tested.
5152
52- | Platform | Minimum requirement |
53- | :------------------------- | :---------------------- |
54- | Ubuntu Linux | GCC 7.5 and Clang 7.0 |
55- | Embedded Linux (32 bit) | GCC 7.4 armhf |
56- | Windows | MSVC++ 2017 |
57- | macOS | Apple Clang 11.0.0 |
58- | iOS | Xcode 11.1 , Swift 5.0 |
59- | Android | API level 21 |
53+ | Platform | Minimum requirement |
54+ | :------------------------- | :----------------------|
55+ | Ubuntu Linux | GCC 7.5 and Clang 7.0 |
56+ | Embedded Linux (32 bit) | GCC 7.4 armhf |
57+ | Windows | MSVC++ 2017 |
58+ | macOS | Apple Clang 11.0.0 |
59+ | iOS | Xcode 11.7 , Swift 5.0 |
60+ | Android | API level 21 |
6061
6162<h6 id =" dependencies " ></h6 >
6263
@@ -65,13 +66,14 @@ The table below lists the platforms on which the Data SDK has been tested.
6566The table below lists the dependencies of the Data SDK.
6667
6768| Library | Recommended version |
68- | :------------------- | :--------------------|
69- | libcurl | 7.52.0 |
70- | OpenSSL | 1.1.1t |
69+ | :--------------------- | :--------------------|
70+ | Libcurl | 7.52.1 |
71+ | OpenSSL | 1.1.1w |
7172| Boost (headers only) | 1.72.0 |
7273| LevelDB | 1.21 |
7374| Snappy | 1.1.7 |
7475| RapidJSON | latest |
76+ | Zlib | 1.3.1 |
7577
7678### Linux dependencies
7779
0 commit comments