From: <sv...@op...> - 2024-10-26 11:44:25
|
Author: manx Date: Sat Oct 26 13:44:18 2024 New Revision: 21923 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21923 Log: [Mod] build: CI: Cirrus-CI: FreeBSD: Update to 14.1. Modified: trunk/OpenMPT/.cirrus.yml Modified: trunk/OpenMPT/.cirrus.yml ============================================================================== --- trunk/OpenMPT/.cirrus.yml Sat Oct 26 13:27:42 2024 (r21922) +++ trunk/OpenMPT/.cirrus.yml Sat Oct 26 13:44:18 2024 (r21923) @@ -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 |