feat: remove redundant support in fork and reorganize to reflect msbu… #26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |