forked from sile-typesetter/sile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cirrus.yml
51 lines (51 loc) · 1.56 KB
/
.cirrus.yml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
task:
name: Cirrus CI (FreeBSD)
freebsd_instance:
matrix:
- image_family: freebsd-13-0
- image_family: freebsd-12-3
env:
MAKEFLAGS: -j$(nproc) -Otarget
CFLAGS: -I/usr/local/include -fPIC
LDFLAGS: -L/usr/local/lib
assets_cache:
folders:
- .fonts
- .sources
fingerprint_script: cat Makefile-fonts
luarocks_cache:
folder: /usr/local/lib/luarocks
fingerprint_script: cat sile-dev-1.rockspec
luarocks_lua_cache:
folder: /usr/local/share/lua
fingerprint_script: cat sile-dev-1.rockspec
luarocks_lib_cache:
folder: /usr/local/lib/lua
fingerprint_script: cat sile-dev-1.rockspec
dependencies_script:
- pkg install -y autoconf automake fontconfig git gmake harfbuzz libtool pkgconf png
- pkg install -y lua54 lua54-lpeg lua54-luaexpat lua54-luafilesystem lua54-luarocks lua54-luasec lua54-luasocket
- luarocks54 install cassowary
- luarocks54 install cldr
- luarocks54 install compat53
- luarocks54 install cosmo
- luarocks54 install fluent
- luarocks54 install linenoise
- luarocks54 install loadkit
- luarocks54 install lua-zlib
- luarocks54 install lua_cliargs
- luarocks54 install luaepnf
- luarocks54 install luarepl
- luarocks54 install luautf8
- luarocks54 install penlight
- luarocks54 install vstruct
bootstrap_script:
- git fetch --prune --tags ||:
- ./bootstrap.sh
configure_script:
- ./configure --with-system-luarocks MAKE="gmake"
make_script:
- gmake all
- gmake install
regressions_script:
- gmake regressions