Main: fix Cirrus CI

This commit is contained in:
Alex Kotov 2022-05-24 16:19:55 +03:00
parent 5ca1706b97
commit 13c4083d6f
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 2 additions and 3 deletions

View File

@ -7,11 +7,10 @@ freebsd_instance:
main_freebsd_task:
name: Main (FreeBSD)
dependencies_script:
- pkg install --yes autoconf automake py39-pip
- pip-3.9 install Jinja2
- pkg install --yes autoconf automake
main_build_script:
- ./autogen.sh
- ./configure --enable-tests-all CFLAGS='-O3'
- ./configure --enable-tests-all --disable-tests-python CFLAGS='-O3'
- make
- sudo make install
main_test_script: