mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-03 04:00:29 +01:00
12 lines
409 B
YAML
12 lines
409 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:
|
|
- 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:
|
|
- make test |