hishtory/.cirrus.yml

12 lines
409 B
YAML
Raw Normal View History

2022-11-05 05:40:50 +01:00
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'
2022-11-05 05:40:50 +01:00
setup_script:
- 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
2022-11-05 05:40:50 +01:00
test_script:
- make test