Lines Matching +full:runs +full:- +full:on
1 name: Build on Windows
2 on:
6 - 'develop'
7 - 'master'
8 - 'test_workflow'
12 runs-on: windows-2022
14 - name: Clean workspace
18 rm -rf "${{ github.workspace }}/pico-sdk"
19 - name: Checkout repo
21 - name: Checkout submodules
22 run: git submodule update --init
23 - name: Install dependencies
26 - name: Build Project
31 cmake .. -G Ninja -DPICO_SDK_TESTS_ENABLED=1 -DCMAKE_BUILD_TYPE=Debug -DPICO_BOARD=pico_w
32 cmake --build .