Author: manx
Date: Thu Apr 4 15:40:15 2024
New Revision: 20491
URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20491
Log:
[Mod] build: CI: GitHub: Update NetBSD CPA to commit 141cc293701219fd2f72b3abd9ca1fc322cf7d84.
[Mod] build: CI: GitHub: Update NetBSD to 10.0.
Modified:
trunk/OpenMPT/.github/workflows/NetBSD-Makefile.yml
Modified: trunk/OpenMPT/.github/workflows/NetBSD-Makefile.yml
==============================================================================
--- trunk/OpenMPT/.github/workflows/NetBSD-Makefile.yml Wed Apr 3 20:27:21 2024 (r20490)
+++ trunk/OpenMPT/.github/workflows/NetBSD-Makefile.yml Thu Apr 4 15:40:15 2024 (r20491)
@@ -13,9 +13,9 @@
fail-fast: false
matrix:
include:
- - { version: '9.3', deps: sys }
- - { version: '9.3', deps: local }
- - { version: '9.3', deps: small }
+ - { version: '10.0', deps: sys }
+ - { version: '10.0', deps: local }
+ - { version: '10.0', deps: small }
concurrency:
group: ${{github.ref}}-${{github.workflow}}-${{matrix.version}}-${{matrix.deps}}
@@ -27,7 +27,7 @@
- name: Checkout
uses: actions/checkout@v4
- name: Startup VM
- uses: cross-platform-actions/action@v0.23.0
+ uses: cross-platform-actions/action@141cc293701219fd2f72b3abd9ca1fc322cf7d84
with:
architecture: x86_64
hypervisor: qemu
@@ -39,7 +39,7 @@
shutdown_vm: false
run: true
- name: Install dependencies
- uses: cross-platform-actions/action@v0.23.0
+ uses: cross-platform-actions/action@141cc293701219fd2f72b3abd9ca1fc322cf7d84
with:
architecture: x86_64
hypervisor: qemu
@@ -58,7 +58,7 @@
sudo pkgin -y install help2man
#sudo pkgin -y install doxygen # broken
- name: Build
- uses: cross-platform-actions/action@v0.23.0
+ uses: cross-platform-actions/action@141cc293701219fd2f72b3abd9ca1fc322cf7d84
with:
architecture: x86_64
hypervisor: qemu
@@ -71,7 +71,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.23.0
+ uses: cross-platform-actions/action@141cc293701219fd2f72b3abd9ca1fc322cf7d84
with:
architecture: x86_64
hypervisor: qemu
@@ -84,7 +84,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.23.0
+ uses: cross-platform-actions/action@141cc293701219fd2f72b3abd9ca1fc322cf7d84
with:
architecture: x86_64
hypervisor: qemu
|