aboutsummaryrefslogtreecommitdiff
path: root/.builds/freebsd.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/freebsd.yml')
-rw-r--r--.builds/freebsd.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
new file mode 100644
index 0000000..aebb9d1
--- /dev/null
+++ b/.builds/freebsd.yml
@@ -0,0 +1,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