Skip to content

Commit

Permalink
[Mod] build: CI: GitHub: Update OpenBSD CPA to commit a5ba8d3c7ac68cb…
Browse files Browse the repository at this point in the history
…1e860aa0769a25647481ade50. See <cross-platform-actions/action@a5ba8d3>.

[Mod] build: CI: GitHub: Use QEMU for OpenBSD.


git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@20094 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Jan 11, 2024
1 parent afbfa58 commit 9a459e8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/OpenBSD-7.4-Makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Startup VM
uses: cross-platform-actions/action@v0.22.0
uses: cross-platform-actions/action@a5ba8d3c7ac68cb1e860aa0769a25647481ade50
with:
architecture: x86_64
hypervisor: xhyve
hypervisor: qemu
memory: 4G
operating_system: openbsd
version: '7.4'
Expand All @@ -31,10 +31,10 @@ jobs:
shutdown_vm: false
run: true
- name: Install dependencies
uses: cross-platform-actions/action@v0.22.0
uses: cross-platform-actions/action@a5ba8d3c7ac68cb1e860aa0769a25647481ade50
with:
architecture: x86_64
hypervisor: xhyve
hypervisor: qemu
memory: 4G
operating_system: openbsd
version: '7.4'
Expand All @@ -44,10 +44,10 @@ jobs:
run: |
sudo pkg_add subversion p5-XML-XPath git mawk gmake pkgconf autoconf autoconf-archive automake libtool libltdl help2man doxygen mpg123 libogg libvorbis flac libsndfile pulseaudio portaudio-svn sdl2
- name: Build
uses: cross-platform-actions/action@v0.22.0
uses: cross-platform-actions/action@a5ba8d3c7ac68cb1e860aa0769a25647481ade50
with:
architecture: x86_64
hypervisor: xhyve
hypervisor: qemu
memory: 4G
operating_system: openbsd
version: '7.4'
Expand All @@ -57,10 +57,10 @@ jobs:
run: |
gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1
- name: Test
uses: cross-platform-actions/action@v0.22.0
uses: cross-platform-actions/action@a5ba8d3c7ac68cb1e860aa0769a25647481ade50
with:
architecture: x86_64
hypervisor: xhyve
hypervisor: qemu
memory: 4G
operating_system: openbsd
version: '7.4'
Expand All @@ -70,10 +70,10 @@ jobs:
run: |
gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1 check
- name: Shutdown VM
uses: cross-platform-actions/action@v0.22.0
uses: cross-platform-actions/action@a5ba8d3c7ac68cb1e860aa0769a25647481ade50
with:
architecture: x86_64
hypervisor: xhyve
hypervisor: qemu
memory: 4G
operating_system: openbsd
version: '7.4'
Expand Down

0 comments on commit 9a459e8

Please sign in to comment.