v/.cirrus.yml

7 lines
154 B
YAML
Raw Normal View History

2021-08-15 07:18:59 +02:00
freebsd_instance:
image_family: freebsd-13-0
task:
install_script: pkg install -y git
script: git clone https://github.com/vlang/v && cd v && make