File: .cirrus.yml

package info (click to toggle)
icecc 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,444 kB
  • sloc: cpp: 13,720; sh: 2,949; ansic: 767; xml: 744; makefile: 233; asm: 2
file content (21 lines) | stat: -rw-r--r-- 624 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
env:
  CIRRUS_CLONE_DEPTH: 1

task:
  env:
    CFLAGS: -I /usr/local/include
    CXXFLAGS: -I/usr/local/include
    LDFLAGS: -L/usr/local/lib
  freebsd_instance:
    matrix:
      image: freebsd-12-0-release-amd64
      image: freebsd-11-2-release-amd64
  install_script:
    - sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD.conf
    - pkg upgrade -y
    - pkg install -y autoconf automake docbook2X gmake libtool lzo2 zstd
  script:
    - ./autogen.sh
    - ./configure --prefix=/usr/local
    - gmake -j`sysctl -n kern.smp.cpus`
    - gmake dist