Skip to content

Merge pull request #854 from Daft-Freak/pico-sdk-2.0 #1237

Merge pull request #854 from Daft-Freak/pico-sdk-2.0

Merge pull request #854 from Daft-Freak/pico-sdk-2.0 #1237

Workflow file for this run

name: Visual Studio (.sln)
on:
push:
branches:
- '**' # only run on branches
pull_request:
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Install deps
shell: bash
run: |
ci/install_sdl_vs.sh
python -m pip install 32blit
- name: Add msbuild to PATH
uses: microsoft/[email protected]
- name: Build
run: msbuild.exe vs/32blit.sln