Merge pull request #692 from 32blit/patch-windows-cli-docs #1226
This file contains 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: 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 |