Skip to content

New visual + basically finished #8

New visual + basically finished

New visual + basically finished #8

Workflow file for this run

name: C++ SDL Build and Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build application
run: make compile