mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-29 03:35:09 +01:00
14 lines
429 B
YAML
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 |