mirror of
https://github.com/ddworken/hishtory.git
synced 2025-03-02 01:11:16 +01:00
8 lines
176 B
YAML
8 lines
176 B
YAML
|
freebsd_instance:
|
||
|
image: freebsd-12-2-release-amd64
|
||
|
task:
|
||
|
name: freebsd-test
|
||
|
setup_script:
|
||
|
- pkg install -y bash zsh fish curl go tmux
|
||
|
test_script:
|
||
|
- make test
|