hishtory/.cirrus.yml
2022-11-04 22:54:44 -07:00

14 lines
429 B
YAML

freebsd_instance:
image: freebsd-12-2-release-amd64
task:
name: freebsd-test
env:
TZ: 'America/Los_Angeles' # Force the time zone so that test output is consistent
GITHUB_ACTION: 'true'
setup_script:
- id
- pkg install -y bash zsh fish curl go tmux
- sudo hostname ghaction-runner-hostname # Set a consistent hostname so we can run tests that depend on it
test_script:
- id
- make test