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:
|
freebsd_task:
|
||||||
name: Code CI / freebsd
|
name: Code CI / freebsd
|
||||||
|
skip: "!changesInclude('.cirrus.yml', '**.{v,vsh}')"
|
||||||
install_script: pkg install -y git
|
install_script: pkg install -y git
|
||||||
script: |
|
script: |
|
||||||
echo 'Building V'
|
echo 'Building V'
|
||||||
|
Loading…
Reference in New Issue
Block a user