|
From: <sv...@op...> - 2025-11-07 10:11:12
|
Author: manx Date: Fri Nov 7 11:11:01 2025 New Revision: 24376 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=24376 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.28/.github/workflows/FreeBSD-Makefile.yml - copied, changed from r24375, branches/OpenMPT-1.29/.github/workflows/FreeBSD-Makefile.yml branches/OpenMPT-1.28/.github/workflows/Ubuntu-Makefile.yml - copied, changed from r24375, branches/OpenMPT-1.29/.github/workflows/Ubuntu-Makefile.yml branches/OpenMPT-1.28/.github/workflows/macOS-Makefile.yml - copied, changed from r24375, branches/OpenMPT-1.29/.github/workflows/macOS-Makefile.yml Deleted: branches/OpenMPT-1.28/.github/workflows/FreeBSD-13.5-Makefile.yml branches/OpenMPT-1.28/.github/workflows/Ubuntu2204-Makefile.yml branches/OpenMPT-1.28/.github/workflows/macOS-13-Makefile.yml Copied and modified: branches/OpenMPT-1.28/.github/workflows/FreeBSD-Makefile.yml (from r24375, branches/OpenMPT-1.29/.github/workflows/FreeBSD-Makefile.yml) ============================================================================== --- branches/OpenMPT-1.29/.github/workflows/FreeBSD-Makefile.yml Fri Nov 7 11:08:01 2025 (r24375, copy source) +++ branches/OpenMPT-1.28/.github/workflows/FreeBSD-Makefile.yml Fri Nov 7 11:11:01 2025 (r24376) @@ -2,7 +2,7 @@ on: push: - branches: [ OpenMPT-1.29 ] + branches: [ OpenMPT-1.28 ] jobs: build: Copied and modified: branches/OpenMPT-1.28/.github/workflows/Ubuntu-Makefile.yml (from r24375, branches/OpenMPT-1.29/.github/workflows/Ubuntu-Makefile.yml) ============================================================================== --- branches/OpenMPT-1.29/.github/workflows/Ubuntu-Makefile.yml Fri Nov 7 11:08:01 2025 (r24375, copy source) +++ branches/OpenMPT-1.28/.github/workflows/Ubuntu-Makefile.yml Fri Nov 7 11:11:01 2025 (r24376) @@ -2,7 +2,7 @@ on: push: - branches: [ OpenMPT-1.29 ] + branches: [ OpenMPT-1.28 ] jobs: build: Copied and modified: branches/OpenMPT-1.28/.github/workflows/macOS-Makefile.yml (from r24375, branches/OpenMPT-1.29/.github/workflows/macOS-Makefile.yml) ============================================================================== --- branches/OpenMPT-1.29/.github/workflows/macOS-Makefile.yml Fri Nov 7 11:08:01 2025 (r24375, copy source) +++ branches/OpenMPT-1.28/.github/workflows/macOS-Makefile.yml Fri Nov 7 11:11:01 2025 (r24376) @@ -3,7 +3,7 @@ on: push: - branches: [ OpenMPT-1.29 ] + branches: [ OpenMPT-1.28 ] jobs: build: |