Skip to content

Commit

Permalink
Merged revision(s) 22899 from trunk/OpenMPT:
Browse files Browse the repository at this point in the history
[Var] build: CI: GitHub: CPA: Update to 0.27.0.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.30@22901 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Feb 15, 2025
1 parent 32ef976 commit a6181e8
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/FreeBSD-13.4-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.26.0
uses: cross-platform-actions/action@v0.27.0
with:
architecture: x86_64
memory: 4G
Expand All @@ -28,7 +28,7 @@ jobs:
shutdown_vm: false
run: true
- name: Install dependencies
uses: cross-platform-actions/action@v0.26.0
uses: cross-platform-actions/action@v0.27.0
with:
architecture: x86_64
memory: 4G
Expand All @@ -41,7 +41,7 @@ jobs:
sudo pkg upgrade -y
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.26.0
uses: cross-platform-actions/action@v0.27.0
with:
architecture: x86_64
memory: 4G
Expand All @@ -53,7 +53,7 @@ jobs:
run: |
gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1
- name: Test
uses: cross-platform-actions/action@v0.26.0
uses: cross-platform-actions/action@v0.27.0
with:
architecture: x86_64
memory: 4G
Expand All @@ -65,7 +65,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.26.0
uses: cross-platform-actions/action@v0.27.0
with:
architecture: x86_64
memory: 4G
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/FreeBSD-14.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.26.0
uses: cross-platform-actions/action@v0.27.0
with:
architecture: x86_64
memory: 4G
Expand All @@ -28,7 +28,7 @@ jobs:
shutdown_vm: false
run: true
- name: Install dependencies
uses: cross-platform-actions/action@v0.26.0
uses: cross-platform-actions/action@v0.27.0
with:
architecture: x86_64
memory: 4G
Expand All @@ -41,7 +41,7 @@ jobs:
sudo pkg upgrade -y
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.26.0
uses: cross-platform-actions/action@v0.27.0
with:
architecture: x86_64
memory: 4G
Expand All @@ -53,7 +53,7 @@ jobs:
run: |
gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1
- name: Test
uses: cross-platform-actions/action@v0.26.0
uses: cross-platform-actions/action@v0.27.0
with:
architecture: x86_64
memory: 4G
Expand All @@ -65,7 +65,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.26.0
uses: cross-platform-actions/action@v0.27.0
with:
architecture: x86_64
memory: 4G
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/OpenBSD-7.4-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.26.0
uses: cross-platform-actions/action@v0.27.0
with:
architecture: x86_64
memory: 4G
Expand All @@ -28,7 +28,7 @@ jobs:
shutdown_vm: false
run: true
- name: Install dependencies
uses: cross-platform-actions/action@v0.26.0
uses: cross-platform-actions/action@v0.27.0
with:
architecture: x86_64
memory: 4G
Expand All @@ -43,7 +43,7 @@ jobs:
sudo pkg_add -I autoconf-2.71 automake-1.16.5
sudo pkg_add -I subversion p5-XML-XPath git mawk gmake pkgconf autoconf-archive libtool libltdl help2man doxygen mpg123 libogg libvorbis flac libsndfile pulseaudio portaudio-svn sdl2
- name: Build
uses: cross-platform-actions/action@v0.26.0
uses: cross-platform-actions/action@v0.27.0
with:
architecture: x86_64
memory: 4G
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.26.0
uses: cross-platform-actions/action@v0.27.0
with:
architecture: x86_64
memory: 4G
Expand All @@ -67,7 +67,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.26.0
uses: cross-platform-actions/action@v0.27.0
with:
architecture: x86_64
memory: 4G
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/OpenBSD-7.5-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.26.0
uses: cross-platform-actions/action@v0.27.0
with:
architecture: x86_64
memory: 4G
Expand All @@ -28,7 +28,7 @@ jobs:
shutdown_vm: false
run: true
- name: Install dependencies
uses: cross-platform-actions/action@v0.26.0
uses: cross-platform-actions/action@v0.27.0
with:
architecture: x86_64
memory: 4G
Expand All @@ -43,7 +43,7 @@ jobs:
sudo pkg_add -I autoconf-2.71 automake-1.16.5
sudo pkg_add -I subversion p5-XML-XPath git mawk gmake pkgconf autoconf-archive libtool libltdl help2man doxygen mpg123 libogg libvorbis flac libsndfile pulseaudio portaudio-svn sdl2
- name: Build
uses: cross-platform-actions/action@v0.26.0
uses: cross-platform-actions/action@v0.27.0
with:
architecture: x86_64
memory: 4G
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.26.0
uses: cross-platform-actions/action@v0.27.0
with:
architecture: x86_64
memory: 4G
Expand All @@ -67,7 +67,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.26.0
uses: cross-platform-actions/action@v0.27.0
with:
architecture: x86_64
memory: 4G
Expand Down

0 comments on commit a6181e8

Please sign in to comment.