From: <sv...@op...> - 2024-03-08 12:49:57
|
Author: manx Date: Fri Mar 8 13:49:46 2024 New Revision: 20284 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20284 Log: Merged revision(s) 20273 from trunk/OpenMPT: [Imp] build: CI: GitHub: CPA: FreeBSD:Update FreeBSD 13 to 13.3. ........ Added: branches/OpenMPT-1.29/.github/workflows/FreeBSD-13.3-Makefile.yml - copied, changed from r20283, branches/OpenMPT-1.29/.github/workflows/FreeBSD-13.2-Makefile.yml Deleted: branches/OpenMPT-1.29/.github/workflows/FreeBSD-13.2-Makefile.yml Modified: branches/OpenMPT-1.29/ (props changed) Copied and modified: branches/OpenMPT-1.29/.github/workflows/FreeBSD-13.3-Makefile.yml (from r20283, branches/OpenMPT-1.29/.github/workflows/FreeBSD-13.2-Makefile.yml) ============================================================================== --- branches/OpenMPT-1.29/.github/workflows/FreeBSD-13.2-Makefile.yml Fri Mar 8 13:49:21 2024 (r20283, copy source) +++ branches/OpenMPT-1.29/.github/workflows/FreeBSD-13.3-Makefile.yml Fri Mar 8 13:49:46 2024 (r20284) @@ -1,4 +1,4 @@ -name: FreeBSD 13.2 Makefile +name: FreeBSD 13.3 Makefile on: push: @@ -17,64 +17,64 @@ - name: Checkout uses: actions/checkout@v4 - name: Startup VM - uses: cross-platform-actions/action@v0.23.0 + uses: cross-platform-actions/action@c127ecaef41abd571584abbbc5eaf17364bfbbe9 with: architecture: x86_64 hypervisor: qemu memory: 4G operating_system: freebsd - version: '13.2' + version: '13.3' shell: bash sync_files: runner-to-vm shutdown_vm: false run: true - name: Install dependencies - uses: cross-platform-actions/action@v0.23.0 + uses: cross-platform-actions/action@c127ecaef41abd571584abbbc5eaf17364bfbbe9 with: architecture: x86_64 hypervisor: qemu memory: 4G operating_system: freebsd - version: '13.2' + version: '13.3' shell: bash sync_files: false shutdown_vm: false run: | sudo pkg install -y subversion p5-XML-XPath git mawk gmake pkgconf autoconf autoconf-archive automake libtool help2man doxygen mpg123 libogg libvorbis flac libsndfile pulseaudio portaudio sdl2 - name: Build - uses: cross-platform-actions/action@v0.23.0 + uses: cross-platform-actions/action@c127ecaef41abd571584abbbc5eaf17364bfbbe9 with: architecture: x86_64 hypervisor: qemu memory: 4G operating_system: freebsd - version: '13.2' + version: '13.3' shell: bash sync_files: false shutdown_vm: false run: | gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1 - name: Test - uses: cross-platform-actions/action@v0.23.0 + uses: cross-platform-actions/action@c127ecaef41abd571584abbbc5eaf17364bfbbe9 with: architecture: x86_64 hypervisor: qemu memory: 4G operating_system: freebsd - version: '13.2' + version: '13.3' shell: bash sync_files: false shutdown_vm: false run: | gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1 check - name: Shutdown VM - uses: cross-platform-actions/action@v0.23.0 + uses: cross-platform-actions/action@c127ecaef41abd571584abbbc5eaf17364bfbbe9 with: architecture: x86_64 hypervisor: qemu memory: 4G operating_system: freebsd - version: '13.2' + version: '13.3' shell: bash sync_files: false shutdown_vm: true |