Skip to content

AOT: Integrate SDL_RunApp into Main #21

AOT: Integrate SDL_RunApp into Main

AOT: Integrate SDL_RunApp into Main #21

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 RogueLegacy.sln
- name: dotnet build (Release)
run: |
dotnet build -c Release RogueLegacy.sln