DataDog / dd-sdk-flutter

Flutter bindings and tools for utilizing Datadog Mobile SDKs
Apache License 2.0
41 stars 40 forks source link

chore: Add ability to use gitlab for building. #622

Closed fuzzybinary closed 2 weeks ago

fuzzybinary commented 3 weeks ago

What and why?

On Android, this is split between a build on a Linux machine (using a docker file) and a macOS machine for integration testing. This also adds scripts to create and launch Android emulators.

On iOS, we use the macOS runners for building and integration testing.

Review checklist