Skip to content

DOCSP-35364: Flutter SDK - Nested Collections of Mixed Data #15

DOCSP-35364: Flutter SDK - Nested Collections of Mixed Data

DOCSP-35364: Flutter SDK - Nested Collections of Mixed Data #15

Workflow file for this run

name: C++ Local Example Tests
on:
pull_request:
paths:
- "examples/cpp/local/**"
jobs:
tests:
runs-on: macOS-12
steps:
- uses: actions/checkout@v3
- name: Build
run: |
cd examples/cpp/local
mkdir build && cd build
cmake ..
cmake --build .
- name: Test
run: |
cd examples/cpp/local/build
./examples-local