Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: remove redundant support in fork and reorganize to reflect msbu… #26

feat: remove redundant support in fork and reorganize to reflect msbu…

feat: remove redundant support in fork and reorganize to reflect msbu… #26

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
linux:
name: Linux
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: dotnet build FNA
run: |
dotnet build -c Debug src/FNA/FNA.csproj
dotnet build -c Release src/FNA/FNA.csproj