xrdp/.cirrus.yml

22 lines
930 B
YAML
Raw Normal View History

2019-12-23 17:18:44 +03:00
FreeBSD_task:
matrix:
env:
SSL: libressl
matrix:
freebsd_instance:
2024-01-02 13:32:17 +03:00
image_family: freebsd-13-2
2019-12-23 17:18:44 +03:00
prepare_script:
- pkg install -y $SSL git autoconf automake libtool pkgconf opus jpeg-turbo fdk-aac pixman libX11 libXfixes libXrandr libxkbfile nasm fusefs-libs check imlib2 freetype2 cmocka ibus
2019-12-23 17:18:44 +03:00
- git submodule update --init --recursive
configure_script:
- ./bootstrap
2024-04-26 13:19:25 +03:00
- env CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure --localstatedir=/var --enable-strict-locations --with-pkgconfigdir=/usr/local/libdata/pkgconfig --enable-strict-locations --enable-ibus --enable-ipv6 --enable-opus --enable-jpeg --enable-fdkaac --enable-painter --enable-pixman --enable-fuse --with-imlib2 --with-freetype2
2019-12-23 17:18:44 +03:00
build_script:
- make -j $(sysctl -n hw.ncpu || echo 4)
2023-01-06 13:50:41 +03:00
check_script:
- make check
2019-12-23 17:18:44 +03:00
install_script:
- make install
test_script:
- /usr/local/sbin/xrdp -v