1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/.cirrus.yml
Alexander Medvednikov 40efe4f620
ci: freebsd (cirrus)
2021-08-15 08:18:59 +03:00

7 lines
154 B
YAML

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