You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
freebsd_instance:
|
|
|
|
image: freebsd-12-1-release-amd64
|
|
|
|
|
|
|
|
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
|