Skip to content

Backported TitleScreen optimizations from iOS branch #4

Backported TitleScreen optimizations from iOS branch

Backported TitleScreen optimizations from iOS branch #4

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
linux:
name: Linux
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Clone FNA
run: |
git clone --recursive https://github.com/FNA-XNA/FNA.git
mv FNA ../FNA
- name: dotnet build (Debug)
run: |
dotnet build -c Debug
- name: dotnet build (Release)
run: |
dotnet build -c Release