@@ -8,24 +8,25 @@ To learn how to install and use the Data SDK, see the <a href="https://github.co
8
8
9
9
## Health check
10
10
11
- ### Build and test
11
+ ### Build and test pipelines
12
12
13
13
| Linux GCC | Linux CLang | MacOS |
14
14
| :-------- | :---------- | :---- |
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 ] |
16
16
17
17
| iOS | Windows | Android |
18
18
| :-- | :------ | :------ |
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 ] |
20
20
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
29
30
30
31
### Test coverage
31
32
@@ -49,14 +50,14 @@ For more information on Data SDK for C++, see our <a href="https://developer.her
49
50
50
51
The table below lists the platforms on which the Data SDK has been tested.
51
52
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 |
60
61
61
62
<h6 id =" dependencies " ></h6 >
62
63
@@ -65,13 +66,14 @@ The table below lists the platforms on which the Data SDK has been tested.
65
66
The table below lists the dependencies of the Data SDK.
66
67
67
68
| 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 |
71
72
| Boost (headers only) | 1.72.0 |
72
73
| LevelDB | 1.21 |
73
74
| Snappy | 1.1.7 |
74
75
| RapidJSON | latest |
76
+ | Zlib | 1.3.1 |
75
77
76
78
### Linux dependencies
77
79
0 commit comments