1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00

ci: avoid triggering freebsd build unless code changed

This commit is contained in:
Wez Furlong 2021-02-07 09:47:52 -08:00
parent 04bbfb4760
commit 00d163c123

View File

@ -6,6 +6,7 @@ freebsd_instance:
task:
name: freebsd-12
stateful: false
only_if: "changesInclude('**.{toml,rs}', '.gitmodules', '.cirrus.yml', 'get-deps', 'Cargo.lock')"
setup_script:
- pkg install -y bash
- bash get-deps