ci: freebsd (cirrus)

pull/11187/head
Alexander Medvednikov 2021-08-15 08:18:59 +03:00 committed by GitHub
parent d3cf53ec41
commit 40efe4f620
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
.cirrus.yml 100644
View File

@ -0,0 +1,6 @@
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