From: <al...@us...> - 2023-03-19 18:47:29
|
This is an automated email from the git hooks/post-receive-user script. allura pushed a change to branch master in repository fuse. from 2effbd6d More accurate emulation of AM29F010B flash ROM. new 382e41a3 build: Supporting bash script for github workflows, used to verify if output from configure script contains certain text. new ef43aa1c arki55 / T9-github-build-checks build: Implemented full workflow for building Fuse APP on Linux. - It reuses build_linux.yml workflow from fuse libspectrum repository. - Split into 2 files : _build_linux_sub.yml with logic and steps for building main Fuse APP - checkout, configure, make, make install, etc. And build_linux with actually triggered workflow upon push and pull_request . - First step is to build libspectrum with its reusable workflow. FOr that purpose repo [...] new 0c515b4c fix: Wrong branch name, was missing bash script new 58ac76a7 fix: Updated in_config.sh as it should be, Checking that a message is at least once in output. new 089c82ce Arki55/features/t9 GitHub build checks fuse App ==> arki55/github-workflows new 3183073a Arki55/features/t9 GitHub build checks fuse ==> arki55/github-workflows (#3) new f25b134d Merge /u/arki55/fuse/ branch arki55/github-workflows into master The 7 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/scripts/in_config.sh | 8 ++ .github/workflows/build_linux.yml | 117 +++++++++++++++++++++++ .github/workflows/build_linux_sub.yml | 96 +++++++++++++++++++ .github/workflows/build_macos.yml | 107 +++++++++++++++++++++ .github/workflows/build_macos_sub.yml | 118 +++++++++++++++++++++++ .github/workflows/build_wii.yml | 50 ++++++++++ .github/workflows/build_wii_sub.yml | 133 ++++++++++++++++++++++++++ .github/workflows/build_windows.yml | 67 +++++++++++++ .github/workflows/build_windows_sub.yml | 163 ++++++++++++++++++++++++++++++++ 9 files changed, 859 insertions(+) create mode 100755 .github/scripts/in_config.sh create mode 100644 .github/workflows/build_linux.yml create mode 100644 .github/workflows/build_linux_sub.yml create mode 100644 .github/workflows/build_macos.yml create mode 100644 .github/workflows/build_macos_sub.yml create mode 100644 .github/workflows/build_wii.yml create mode 100644 .github/workflows/build_wii_sub.yml create mode 100644 .github/workflows/build_windows.yml create mode 100644 .github/workflows/build_windows_sub.yml |