From: <sba...@us...> - 2023-08-21 17:12:52
|
This is an automated email from the git hooks/post-receive-user script. sbaldovi pushed a change to branch master in repository fuse. from 81efcbce Reset machine when enabling/disabling a sound peripheral new 165e303c CI: TEST-BUILD and Nightly Build GitHub workflows new 06039b51 ci: Remove unused workflow file new 4b1a7e6f ci: Daily test (pre)release as new release with date+time, dropping older releases (#42) new 7718c3a4 Merge request #25: GitHub test and nightly builds The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .github/workflows/build_linux.yml | 2 +- .github/workflows/build_macos.yml | 2 +- .github/workflows/build_wii.yml | 2 +- .github/workflows/build_wii_sub.yml | 1 - .github/workflows/build_windows.yml | 7 +- .github/workflows/build_windows_sub.yml | 171 +++++++++++++++-- .github/workflows/nightly_build.yml | 45 +++++ .github/workflows/test_release.yml | 249 +++++++++++++++++++++++++ .github/workflows/test_release_windows_sub.yml | 45 +++++ configure.ac | 30 ++- fuse.c | 23 +++ ui/widget/error.c | 12 +- 12 files changed, 570 insertions(+), 19 deletions(-) create mode 100755 .github/workflows/nightly_build.yml create mode 100644 .github/workflows/test_release.yml create mode 100644 .github/workflows/test_release_windows_sub.yml |