Skip to content

WIP: ci: point at examples branch so things build #1088

WIP: ci: point at examples branch so things build

WIP: ci: point at examples branch so things build #1088

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: Checkout Examples
uses: actions/checkout@v3
with:
repository: 32blit/32blit-examples
ref: one-map-to-tile-them-all #FIXME
path: examples
- 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