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:
parent
c8568a29dc
commit
f25ad18851
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user