Skip to content

Commit

Permalink
Merged revision(s) 20094, 20145 from trunk/OpenMPT:
Browse files Browse the repository at this point in the history
[Mod] build: CI: GitHub: Update OpenBSD CPA to commit a5ba8d3c7ac68cb1e860aa0769a25647481ade50. See <cross-platform-actions/action@a5ba8d3>.
[Mod] build: CI: GitHub: Use QEMU for OpenBSD.
........
[Mod] build: CI: GitHub: Update CPA to v0.23.0.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.31@20147 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Feb 19, 2024
1 parent 66b249c commit 2d005e6
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/FreeBSD-13.2-Makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Startup VM
uses: cross-platform-actions/action@v0.22.0
uses: cross-platform-actions/action@v0.23.0
with:
architecture: x86_64
hypervisor: qemu
Expand All @@ -29,7 +29,7 @@ jobs:
shutdown_vm: false
run: true
- name: Install dependencies
uses: cross-platform-actions/action@v0.22.0
uses: cross-platform-actions/action@v0.23.0
with:
architecture: x86_64
hypervisor: qemu
Expand All @@ -42,7 +42,7 @@ jobs:
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.22.0
uses: cross-platform-actions/action@v0.23.0
with:
architecture: x86_64
hypervisor: qemu
Expand All @@ -55,7 +55,7 @@ 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@v0.23.0
with:
architecture: x86_64
hypervisor: qemu
Expand All @@ -68,7 +68,7 @@ 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@v0.23.0
with:
architecture: x86_64
hypervisor: qemu
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/FreeBSD-14.0-Makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Startup VM
uses: cross-platform-actions/action@c04fd7fb84e2857942df068d89ac5c27b2f3667d
uses: cross-platform-actions/action@v0.23.0
with:
architecture: x86_64
hypervisor: qemu
Expand All @@ -29,7 +29,7 @@ jobs:
shutdown_vm: false
run: true
- name: Install dependencies
uses: cross-platform-actions/action@c04fd7fb84e2857942df068d89ac5c27b2f3667d
uses: cross-platform-actions/action@v0.23.0
with:
architecture: x86_64
hypervisor: qemu
Expand All @@ -42,7 +42,7 @@ jobs:
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@c04fd7fb84e2857942df068d89ac5c27b2f3667d
uses: cross-platform-actions/action@v0.23.0
with:
architecture: x86_64
hypervisor: qemu
Expand All @@ -55,7 +55,7 @@ jobs:
run: |
gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1
- name: Test
uses: cross-platform-actions/action@c04fd7fb84e2857942df068d89ac5c27b2f3667d
uses: cross-platform-actions/action@v0.23.0
with:
architecture: x86_64
hypervisor: qemu
Expand All @@ -68,7 +68,7 @@ jobs:
run: |
gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1 check
- name: Shutdown VM
uses: cross-platform-actions/action@c04fd7fb84e2857942df068d89ac5c27b2f3667d
uses: cross-platform-actions/action@v0.23.0
with:
architecture: x86_64
hypervisor: qemu
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/NetBSD-9.3-Makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Startup VM
uses: cross-platform-actions/action@v0.22.0
uses: cross-platform-actions/action@v0.23.0
with:
architecture: x86_64
hypervisor: qemu
Expand All @@ -29,7 +29,7 @@ jobs:
shutdown_vm: false
run: true
- name: Install dependencies
uses: cross-platform-actions/action@v0.22.0
uses: cross-platform-actions/action@v0.23.0
with:
architecture: x86_64
hypervisor: qemu
Expand All @@ -48,7 +48,7 @@ jobs:
sudo pkgin -y install help2man
#sudo pkgin -y install doxygen # broken
- name: Build
uses: cross-platform-actions/action@v0.22.0
uses: cross-platform-actions/action@v0.23.0
with:
architecture: x86_64
hypervisor: qemu
Expand All @@ -61,7 +61,7 @@ jobs:
run: |
gmake -j4 STRICT=1 VERBOSE=1 AUTO_DEPS=1
- name: Test
uses: cross-platform-actions/action@v0.22.0
uses: cross-platform-actions/action@v0.23.0
with:
architecture: x86_64
hypervisor: qemu
Expand All @@ -74,7 +74,7 @@ jobs:
run: |
gmake -j4 STRICT=1 VERBOSE=1 AUTO_DEPS=1 check
- name: Shutdown VM
uses: cross-platform-actions/action@v0.22.0
uses: cross-platform-actions/action@v0.23.0
with:
architecture: x86_64
hypervisor: qemu
Expand Down
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 @@ -17,10 +17,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Startup VM
uses: cross-platform-actions/action@v0.22.0
uses: cross-platform-actions/action@v0.23.0
with:
architecture: x86_64
hypervisor: xhyve
hypervisor: qemu
memory: 4G
operating_system: openbsd
version: '7.4'
Expand All @@ -29,10 +29,10 @@ jobs:
shutdown_vm: false
run: true
- name: Install dependencies
uses: cross-platform-actions/action@v0.22.0
uses: cross-platform-actions/action@v0.23.0
with:
architecture: x86_64
hypervisor: xhyve
hypervisor: qemu
memory: 4G
operating_system: openbsd
version: '7.4'
Expand All @@ -42,10 +42,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@v0.23.0
with:
architecture: x86_64
hypervisor: xhyve
hypervisor: qemu
memory: 4G
operating_system: openbsd
version: '7.4'
Expand All @@ -55,10 +55,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@v0.23.0
with:
architecture: x86_64
hypervisor: xhyve
hypervisor: qemu
memory: 4G
operating_system: openbsd
version: '7.4'
Expand All @@ -68,10 +68,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@v0.23.0
with:
architecture: x86_64
hypervisor: xhyve
hypervisor: qemu
memory: 4G
operating_system: openbsd
version: '7.4'
Expand Down

0 comments on commit 2d005e6

Please sign in to comment.