mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
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`).
14 lines
248 B
YAML
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
|