Commit Graph

2 Commits

Author SHA1 Message Date
Wolfgang Stöggl
ab3d5a0077 Build CUETools binaries for release using CI
- Add script CUETools/collect_files.bat, which copies the required
  files (.exe, .dll, etc.) according to the CUETools folder structure
- Add GitHub action .github/workflows/release-windows.yml, which is
  triggered upon tags or manually
- Upload the directory including the built CUETools binaries as zip
  file using actions/upload-artifact@v2
2021-01-23 09:17:46 +01:00
Wolfgang Stöggl
d42d3043f2 Add GitHub Action CI-windows.yml
This adds CI of commits and pull requests using GitHub Actions.
- Use os [windows-2016], which provides Visual Studio 2017
- Install NASM using ilammy/setup-nasm@v1, which is required for
  building the 32-bit flac plugin in Release|Win32
2020-12-04 18:58:19 +01:00