From: <al...@us...> - 2023-03-19 18:41:15
|
This is an automated email from the git hooks/post-receive-user script. allura pushed a change to branch master in repository libspectrum. from 8c4f2c4 Include <string.h> for 'strlen' and 'memcpy' new cebf596 build: Supporting bash script for github workflows, used to verify if output from configure script contains certain text. new 602af5a arki55/features/T9-github-build-checks (libspectrum) new 7aa7835 arki55/features/T9-github-build-checks (libspectrum) new cd8d100 chore: Correction new e656b23 arki55/features/T9-github-build-checks (libspectrum) new 48b887d arki55/features/T9-github-build-checks (libspectrum) new a52f4af arki55/features/T9-github-build-checks (libspectrum) new 78d8046 arki55/features/T9-github-build-checks (libspectrum) The 8 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 | 120 ++++++++++++++++ .github/workflows/build_linux_sub.yml | 174 +++++++++++++++++++++++ .github/workflows/build_macos.yml | 70 ++++++++++ .github/workflows/build_macos_sub.yml | 177 +++++++++++++++++++++++ .github/workflows/build_wii.yml | 18 +++ .github/workflows/build_wii_sub.yml | 180 ++++++++++++++++++++++++ .github/workflows/build_windows.yml | 56 ++++++++ .github/workflows/build_windows_sub.yml | 239 ++++++++++++++++++++++++++++++++ 9 files changed, 1042 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 |