feat: Add the FDv2 streaming synchronizer to the client SDK #2482
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: libs/common | |
| on: | |
| push: | |
| branches: [ main ] | |
| paths-ignore: | |
| - '**.md' #Do not need to run CI for markdown changes. | |
| pull_request: | |
| branches: [ main, "feat/**" ] | |
| paths-ignore: | |
| - '**.md' | |
| jobs: | |
| build-test-common: | |
| runs-on: ubuntu-22.04 | |
| steps: | |
| # https://github.com/actions/checkout/releases/tag/v7.0.1 | |
| - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 | |
| - uses: ./.github/actions/ci | |
| with: | |
| cmake_target: launchdarkly-cpp-common |