From: <sv...@op...> - 2024-10-26 12:00:10
|
Author: manx Date: Sat Oct 26 14:00:01 2024 New Revision: 21933 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21933 Log: Merged revision(s) 21928 from branches/OpenMPT-1.30: [Mod] build: CI: Cirrus-CI: FreeBSD: Update to 13.4. ........ Modified: branches/OpenMPT-1.28/ (props changed) branches/OpenMPT-1.28/.cirrus.yml Modified: branches/OpenMPT-1.28/.cirrus.yml ============================================================================== --- branches/OpenMPT-1.28/.cirrus.yml Sat Oct 26 13:59:35 2024 (r21932) +++ branches/OpenMPT-1.28/.cirrus.yml Sat Oct 26 14:00:01 2024 (r21933) @@ -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 |