Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.cirrus.yml - github.com/neutrinolabs/xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 81b26603de762598289afd0b62c92d7fb45cf80f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
FreeBSD_task:
  matrix:
    env:
      SSL: libressl
  matrix:
    freebsd_instance:
      image_family: freebsd-12-3
  prepare_script:
    - pkg install -y $SSL git autoconf automake libtool pkgconf opus jpeg-turbo fdk-aac pixman libX11 libXfixes libXrandr nasm fusefs-libs check imlib2 freetype2
    - git submodule update --init --recursive
  configure_script:
    - ./bootstrap
    - 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-ipv6 --enable-opus --enable-jpeg --enable-fdkaac --enable-painter --enable-pixman --enable-fuse --with-imlib2 --with-freetype2
  build_script:
    - make -j $(sysctl -n hw.ncpu || echo 4)
  install_script:
    - make install
  test_script:
    - /usr/local/sbin/xrdp -v