From: <sv...@op...> - 2024-10-26 11:57:18
|
Author: manx Date: Sat Oct 26 13:57:04 2024 New Revision: 21928 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21928 Log: [Mod] build: CI: Cirrus-CI: FreeBSD: Update to 13.4. Modified: branches/OpenMPT-1.30/.cirrus.yml Modified: branches/OpenMPT-1.30/.cirrus.yml ============================================================================== --- branches/OpenMPT-1.30/.cirrus.yml Sat Oct 26 13:56:09 2024 (r21927) +++ branches/OpenMPT-1.30/.cirrus.yml Sat Oct 26 13:57:04 2024 (r21928) @@ -1,7 +1,7 @@ task: - name: freebsd-13-3 + name: freebsd-13-4 freebsd_instance: - image_family: freebsd-13-3 + image_family: freebsd-13-4 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 |