aboutsummaryrefslogtreecommitdiff
path: root/.builds/freebsd.yml
blob: 513652b7a1777d3a6c968340f4b05f0a0b778766 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
image: freebsd/latest
packages:
  - devel/gmake
  - devel/icu
  - devel/meson
  - devel/pkgconf
  - graphics/freeimage
  - graphics/libGLU
  - graphics/libjpeg-turbo
  - graphics/libnsgif
  - graphics/librsvg2
  - graphics/png
  - graphics/tiff
  - sysutils/cmocka
  - textproc/asciidoc
  - x11-toolkits/pango
  - x11/libxcb
  - x11/libxkbcommon
sources:
  - https://git.sr.ht/~exec64/imv
tasks:
  - make: |
      cd imv
      sed -i -e 's/BACKEND_\(.*\)=no/BACKEND_\1=yes/' config.mk
      cat config.mk
      gmake
      gmake check
  - meson: |
      meson imv build -D auto_features=enabled -D c_link_args='-L/usr/local/lib'
      ninja -C build test