summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
blob: 78e49d9805a8805ede5d86c71a4c1e0a038d3dd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<
# SPDX-License-Identifier: GPL-2.0 OR MIT

snd_xen_front-objs := xen_snd_front.o \
		      xen_snd_front_cfg.o \
		      xen_snd_front_evtchnl.o

obj-$(CONFIG_SND_XEN_FRONTEND) += snd_xen_front.o
class="w"> FreeBSD matrix: - name: FreeBSD 14.0 freebsd_instance: image_family: freebsd-14-0 timeout_in: 20m install_script: - pkg install -y gettext build_script: - NPROC=$(getconf _NPROCESSORS_ONLN) - ./configure --with-features=${FEATURES} - make -j${NPROC} test_script: - src/vim --version # run tests as user "cirrus" instead of root - pw useradd cirrus -m - chown -R cirrus:cirrus . - sudo -u cirrus make test