Main: fix Cirrus CI

This commit is contained in:
Alex Kotov 2022-05-24 16:06:33 +03:00
parent 5c8b952791
commit 5f29b2c9cd
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ freebsd_instance:
main_freebsd_task:
name: Main (FreeBSD)
dependencies_script:
- pkg install --yes autoconf automake py3-Jinja2
- pkg install --yes autoconf automake py38-pip
- pip-3.8 install Jinja2
main_build_script:
- ./autogen.sh
- ./configure --enable-tests-all CFLAGS='-O3'