mirror of
https://github.com/ddworken/hishtory.git
synced 2024-12-27 09:18:55 +01:00
Mirror the github action tweaks in the cirrus config
This commit is contained in:
parent
43cc45b80d
commit
18a75afebd
@ -2,7 +2,11 @@ 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
|
Loading…
Reference in New Issue
Block a user