mirror of
https://github.com/tailix/libkernaux.git
synced 2025-04-21 17:42:26 -04:00
Main: fix Cirrus CI
This commit is contained in:
parent
5ca1706b97
commit
13c4083d6f
1 changed files with 2 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue