-
-
Notifications
You must be signed in to change notification settings - Fork 98
/
.cirrus.yml
54 lines (54 loc) · 1.78 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
52
53
54
task:
name: Cirrus CI (FreeBSD)
freebsd_instance:
matrix:
- image_family: freebsd-14-0
- image_family: freebsd-13-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.rockspec.in
luarocks_lua_cache:
folder: /usr/local/share/lua
fingerprint_script: cat sile.rockspec.in
luarocks_lib_cache:
folder: /usr/local/lib/lua
fingerprint_script: cat sile.rockspec.in
dependencies_script:
- pkg install -y autoconf automake fontconfig GentiumPlus git gmake harfbuzz jq libtool pkgconf png rust
- pkg install -y luajit lua51-luaexpat lua51-lpeg lua51-luafilesystem lua51-luarocks lua51-luasec lua51-luasocket lua51-lzlib
- luarocks51 install cassowary
- luarocks51 install cldr
- luarocks51 install compat53
- luarocks51 install fluent
- luarocks51 install linenoise
- luarocks51 install loadkit
- luarocks51 install lua_cliargs
- luarocks51 install luaepnf
- luarocks51 install luarepl
- luarocks51 install luautf8
- luarocks51 install penlight
- luarocks51 install vstruct
bootstrap_script:
- git fetch --prune --tags ||:
- ./bootstrap.sh
configure_script: |
./configure MAKE=gmake \
--enable-developer-mode LDOC=false LUAROCKS=false LUACHECK=false BUSTED=false DELTA=cat PDFINFO=false NIX=false NPM=false DOCKER=false STYLUA=false TYPOS=false \
--disable-font-variations \
--with-system-lua-sources \
--with-system-luarocks \
--without-manual
make_script:
- gmake all
- gmake install
regressions_script:
- gmake regressions