Moved the platform-test enumerations from Github Actions over to makefiles.

Now, we can run those tests locally, as well as on Github.
This commit is contained in:
Greg King
2022-02-06 04:21:53 -05:00
committed by greg-king5
parent ee345600b4
commit 9dd13d7047
4 changed files with 106 additions and 137 deletions

View File

@@ -29,9 +29,8 @@ jobs:
run: msbuild src\cc65.sln -t:rebuild -property:Configuration=Release
build_linux:
name: Build, Test and Snaphot (Linux)
name: Build, Test, and Snapshot (Linux)
runs-on: ubuntu-latest
needs: build_windows
steps:
- name: Install Dependencies