|
From: <sv...@op...> - 2025-11-07 09:36:18
|
Author: manx Date: Fri Nov 7 10:36:12 2025 New Revision: 24372 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=24372 Log: [Mod] build: CI: GitHub: Use similar configuration scheme as trunk. [Mod] build: CI: GitHub: Add all platform versions from trunk. Added: branches/OpenMPT-1.29/.github/workflows/FreeBSD-Makefile.yml - copied, changed from r24371, branches/OpenMPT-1.30/.github/workflows/FreeBSD-Makefile.yml branches/OpenMPT-1.29/.github/workflows/Ubuntu-Makefile.yml - copied, changed from r24371, branches/OpenMPT-1.30/.github/workflows/Ubuntu-Makefile.yml branches/OpenMPT-1.29/.github/workflows/macOS-Makefile.yml - copied, changed from r24371, branches/OpenMPT-1.30/.github/workflows/macOS-Makefile.yml Deleted: branches/OpenMPT-1.29/.github/workflows/FreeBSD-13.5-Makefile.yml branches/OpenMPT-1.29/.github/workflows/Ubuntu2204-Makefile.yml branches/OpenMPT-1.29/.github/workflows/macOS-13-Makefile.yml Copied and modified: branches/OpenMPT-1.29/.github/workflows/FreeBSD-Makefile.yml (from r24371, branches/OpenMPT-1.30/.github/workflows/FreeBSD-Makefile.yml) ============================================================================== --- branches/OpenMPT-1.30/.github/workflows/FreeBSD-Makefile.yml Fri Nov 7 09:31:51 2025 (r24371, copy source) +++ branches/OpenMPT-1.29/.github/workflows/FreeBSD-Makefile.yml Fri Nov 7 10:36:12 2025 (r24372) @@ -2,7 +2,7 @@ on: push: - branches: [ OpenMPT-1.30 ] + branches: [ OpenMPT-1.29 ] jobs: build: Copied and modified: branches/OpenMPT-1.29/.github/workflows/Ubuntu-Makefile.yml (from r24371, branches/OpenMPT-1.30/.github/workflows/Ubuntu-Makefile.yml) ============================================================================== --- branches/OpenMPT-1.30/.github/workflows/Ubuntu-Makefile.yml Fri Nov 7 09:31:51 2025 (r24371, copy source) +++ branches/OpenMPT-1.29/.github/workflows/Ubuntu-Makefile.yml Fri Nov 7 10:36:12 2025 (r24372) @@ -2,7 +2,7 @@ on: push: - branches: [ OpenMPT-1.30 ] + branches: [ OpenMPT-1.29 ] jobs: build: Copied and modified: branches/OpenMPT-1.29/.github/workflows/macOS-Makefile.yml (from r24371, branches/OpenMPT-1.30/.github/workflows/macOS-Makefile.yml) ============================================================================== --- branches/OpenMPT-1.30/.github/workflows/macOS-Makefile.yml Fri Nov 7 09:31:51 2025 (r24371, copy source) +++ branches/OpenMPT-1.29/.github/workflows/macOS-Makefile.yml Fri Nov 7 10:36:12 2025 (r24372) @@ -3,7 +3,7 @@ on: push: - branches: [ OpenMPT-1.30 ] + branches: [ OpenMPT-1.29 ] jobs: build: |