unit tests still need to use KSPBT for system libraries #35
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: build | |
| on: | |
| push: | |
| branches: [ "develop" ] | |
| paths: | |
| - '**/*.cs' | |
| - '**/*.csproj' | |
| pull_request: | |
| paths: | |
| - '**/*.cs' | |
| - '**/*.csproj' | |
| workflow_dispatch: | |
| workflow_call: | |
| jobs: | |
| build: | |
| uses: KSPModdingLibs/KSPBuildTools/.github/workflows/build.yml@main | |
| with: | |
| artifacts: Resources/GameData LICENSE* README* CHANGELOG* |