Build Fuse App for Windows / morozov / #7
Workflow file for this run
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: Fuse App For Windows | |
| run-name: Build Fuse App for Windows / ${{ github.actor }} / | |
| # Executed upon each commit pushed, merge commit in PR | |
| on: [pull_request] | |
| jobs: | |
| libspectrum: | |
| # Build libspectrum from the canonical SourceForge repository. | |
| name: "Libspectrum lib (Windows)" | |
| uses: ./.github/workflows/build_libspectrum_windows_sub.yml | |
| with: | |
| key: fuse-app | |
| libspectrum_ref: master |