mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
This seems to fix the build with Autotools that recently started to fail with: autom4te-2.69: need GNU m4 1.4 or later: /usr/local/bin/gm4 aclocal: error: /usr/local/bin/autom4te-2.69 failed with exit status: 1 autoreconf-2.69: aclocal failed with exit status: 1 Closes strongswan/strongswan#197.
14 lines
234 B
YAML
14 lines
234 B
YAML
freebsd_instance:
|
|
image_family: freebsd-12-2
|
|
|
|
env:
|
|
TESTS_REDUCED_KEYLENGTHS: yes
|
|
LEAK_DETECTIVE: no
|
|
MONOLITHIC: no
|
|
TEST: freebsd
|
|
OS_NAME: freebsd
|
|
|
|
task:
|
|
install_script: ./scripts/test.sh deps
|
|
script: ./scripts/test.sh
|