1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

.cirrus.yml: only run slow FreeBSD builds on changes to .v and .vsh files, not .md ones

This commit is contained in:
Delyan Angelov 2023-05-02 15:41:54 +03:00
parent c8568a29dc
commit f25ad18851
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -3,6 +3,7 @@ freebsd_instance:
freebsd_task:
name: Code CI / freebsd
skip: "!changesInclude('.cirrus.yml', '**.{v,vsh}')"
install_script: pkg install -y git
script: |
echo 'Building V'