Skip to content

add sendDesCableAnglesSetpoint #31

add sendDesCableAnglesSetpoint

add sendDesCableAnglesSetpoint #31

Workflow file for this run

name: CMake (Windows)
on:
push:
branches: [ dev-crazyflie-link-cpp ]
pull_request:
branches: [ dev-crazyflie-link-cpp ]
env:
BUILD_TYPE: Release
jobs:
build:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}