aboutsummaryrefslogtreecommitdiff
path: root/.builds/freebsd.yml
blob: aebb9d152821abed0c44f5c2f66f791238dc1c0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
image: freebsd/latest
packages:
  - devel/gmake
  - devel/pkgconf
  - devel/sdl20
  - graphics/freeimage
  - graphics/libjpeg-turbo
  - graphics/librsvg2
  - graphics/png
  - graphics/sdl2_ttf
  - graphics/tiff
  - sysutils/cmocka
sources:
  - https://git.sr.ht/~exec64/imv
tasks:
  - configure: |
      cd imv
      sed -i -e 's/BACKEND_\(.*\)=no/BACKEND_\1=yes/' config.mk
      cat config.mk
  - build: |
      cd imv
      gmake
      gmake check