strongswan/.cirrus.yml
Tobias Brunner fdce492ed0 cirrus: Remove bashisms from test script to make it compatible with /bin/sh
Bash is not installed on the FreeBSD images here and the location would
be different anyway (`/usr/local/bin/bash`, so we'd have to change the
hashbang to e.g. `/usr/bin/env bash`).
2020-02-13 10:23:30 +01:00

14 lines
248 B
YAML

freebsd_instance:
image: freebsd-12-1-release-amd64
env:
TESTS_REDUCED_KEYLENGTHS: yes
LEAK_DETECTIVE: no
MONOLITHIC: no
TEST: freebsd
TRAVIS_OS_NAME: freebsd
task:
install_script: ./scripts/test.sh deps
script: ./scripts/test.sh