Skip to content

Add Surface::get_pixel and remove special case from blit code #1155

Add Surface::get_pixel and remove special case from blit code

Add Surface::get_pixel and remove special case from blit code #1155

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/setup-msbuild@v1.1.3
- name: Build
run: msbuild.exe vs/32blit.sln