mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-13 11:04:27 -05:00
Main: fix Cirrus CI
This commit is contained in:
parent
5065a989ba
commit
5c8b952791
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ freebsd_instance:
|
|||
main_freebsd_task:
|
||||
name: Main (FreeBSD)
|
||||
dependencies_script:
|
||||
- pkg install --yes autoconf automake py38-Jinja2
|
||||
- pkg install --yes autoconf automake py3-Jinja2
|
||||
main_build_script:
|
||||
- ./autogen.sh
|
||||
- ./configure --enable-tests-all CFLAGS='-O3'
|
||||
|
|
|
@ -143,8 +143,8 @@ make
|
|||
|
||||
You can test with `make check`.
|
||||
|
||||
Some tests require Python 3 with YAML and Jinja2. If you don't have them,
|
||||
configure with `--disable-tests-python`.
|
||||
Some tests require Python 3 with YAML and Jinja2. Disable them with
|
||||
`--disable-tests-python`.
|
||||
|
||||
### Cross
|
||||
|
||||
|
|
Loading…
Reference in a new issue