Skip to content

Commit

Permalink
[Mod] build: CI: GitHub: Update NetBSD CPA to commit 141cc293701219fd…
Browse files Browse the repository at this point in the history
…2f72b3abd9ca1fc322cf7d84.

[Mod] build: CI: GitHub: Update NetBSD to 10.0.

git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@20491 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Apr 4, 2024
1 parent 291e351 commit 5a92e51
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/NetBSD-Makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
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}}
Expand All @@ -27,7 +27,7 @@ jobs:
- 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
Expand All @@ -39,7 +39,7 @@ jobs:
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
Expand All @@ -58,7 +58,7 @@ jobs:
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
Expand All @@ -71,7 +71,7 @@ jobs:
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
Expand All @@ -84,7 +84,7 @@ jobs:
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
Expand Down

0 comments on commit 5a92e51

Please sign in to comment.