Author: manx
Date: Wed May 8 20:11:44 2024
New Revision: 20739
URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20739
Log:
Merged revision(s) 20738 from trunk/OpenMPT:
[Mod] build: CI: GitHub: Update NetBSD 9 to 9.4.
........
Modified:
branches/OpenMPT-1.31/ (props changed)
branches/OpenMPT-1.31/.github/workflows/NetBSD-Makefile.yml
Modified: branches/OpenMPT-1.31/.github/workflows/NetBSD-Makefile.yml
==============================================================================
--- branches/OpenMPT-1.31/.github/workflows/NetBSD-Makefile.yml Wed May 8 20:11:12 2024 (r20738)
+++ branches/OpenMPT-1.31/.github/workflows/NetBSD-Makefile.yml Wed May 8 20:11:44 2024 (r20739)
@@ -14,9 +14,9 @@
- { version: '10.0', deps: sys }
- { version: '10.0', deps: local }
- { version: '10.0', deps: small }
- - { version: '9.3' , deps: sys }
- - { version: '9.3' , deps: local }
- - { version: '9.3' , deps: small }
+ - { version: '9.4' , deps: sys }
+ - { version: '9.4' , deps: local }
+ - { version: '9.4' , deps: small }
concurrency:
group: ${{github.ref}}-${{github.workflow}}-${{matrix.version}}-${{matrix.deps}}
@@ -28,7 +28,7 @@
- name: Checkout
uses: actions/checkout@v4
- name: Startup VM
- uses: cross-platform-actions/action@v0.24.0
+ uses: cross-platform-actions/action@6121538380a6783d30116c93a3b675b02ab4cce8
with:
architecture: x86_64
hypervisor: qemu
@@ -40,7 +40,7 @@
shutdown_vm: false
run: true
- name: Install dependencies
- uses: cross-platform-actions/action@v0.24.0
+ uses: cross-platform-actions/action@6121538380a6783d30116c93a3b675b02ab4cce8
with:
architecture: x86_64
hypervisor: qemu
@@ -57,7 +57,7 @@
sudo pkgin -y install autoconf autoconf-archive automake libtool libltdl
sudo pkgin -y install doxygen help2man
- name: Build
- uses: cross-platform-actions/action@v0.24.0
+ uses: cross-platform-actions/action@6121538380a6783d30116c93a3b675b02ab4cce8
with:
architecture: x86_64
hypervisor: qemu
@@ -70,7 +70,7 @@
run: |
gmake -j4 STRICT=1 VERBOSE=1 ${{ (matrix.deps == 'sys') && 'AUTO_DEPS=1' || (matrix.deps == 'local') && 'LOCAL_ZLIB=1 LOCAL_MPG123=1 LOCAL_OGG=1 LOCAL_VORBIS=1 NO_PORTAUDIO=1 NO_PORTAUDIOCPP=1 NO_PULSEAUDIO=1 NO_SDL2=1 NO_FLAC=1 NO_SNDFILE=1' || 'NO_ZLIB=1 NO_MPG123=1 NO_OGG=1 NO_VORBIS=1 NO_PORTAUDIO=1 NO_PORTAUDIOCPP=1 NO_PULSEAUDIO=1 NO_SDL2=1 NO_FLAC=1 NO_SNDFILE=1' }}
- name: Test
- uses: cross-platform-actions/action@v0.24.0
+ uses: cross-platform-actions/action@6121538380a6783d30116c93a3b675b02ab4cce8
with:
architecture: x86_64
hypervisor: qemu
@@ -83,7 +83,7 @@
run: |
gmake -j4 STRICT=1 VERBOSE=1 ${{ (matrix.deps == 'sys') && 'AUTO_DEPS=1' || (matrix.deps == 'local') && 'LOCAL_ZLIB=1 LOCAL_MPG123=1 LOCAL_OGG=1 LOCAL_VORBIS=1 NO_PORTAUDIO=1 NO_PORTAUDIOCPP=1 NO_PULSEAUDIO=1 NO_SDL2=1 NO_FLAC=1 NO_SNDFILE=1' || 'NO_ZLIB=1 NO_MPG123=1 NO_OGG=1 NO_VORBIS=1 NO_PORTAUDIO=1 NO_PORTAUDIOCPP=1 NO_PULSEAUDIO=1 NO_SDL2=1 NO_FLAC=1 NO_SNDFILE=1' }} check
- name: Shutdown VM
- uses: cross-platform-actions/action@v0.24.0
+ uses: cross-platform-actions/action@6121538380a6783d30116c93a3b675b02ab4cce8
with:
architecture: x86_64
hypervisor: qemu
|