From: <sv...@op...> - 2024-10-26 12:00:37
|
Author: manx Date: Sat Oct 26 14:00:30 2024 New Revision: 21934 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21934 Log: Merged revision(s) 21923 from trunk/OpenMPT: [Mod] build: CI: Cirrus-CI: FreeBSD: Update to 14.1. ........ Modified: branches/OpenMPT-1.31/ (props changed) branches/OpenMPT-1.31/.cirrus.yml Modified: branches/OpenMPT-1.31/.cirrus.yml ============================================================================== --- branches/OpenMPT-1.31/.cirrus.yml Sat Oct 26 14:00:01 2024 (r21933) +++ branches/OpenMPT-1.31/.cirrus.yml Sat Oct 26 14:00:30 2024 (r21934) @@ -1,7 +1,7 @@ task: - name: freebsd-14-0 + name: freebsd-14-1 freebsd_instance: - image_family: freebsd-14-0 + image_family: freebsd-14-1 install_script: pkg install -y subversion p5-XML-XPath git mawk gmake pkgconf autoconf autoconf-archive automake libtool doxygen help2man mpg123 libogg libvorbis flac libsndfile pulseaudio portaudio sdl2 build_script: gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1 test_script: gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1 check |