This commit is contained in:
Kreyren 2020-02-17 18:18:22 +00:00
parent f0330a5046
commit 4401b59879
15 changed files with 3 additions and 2 deletions

@ -16,5 +16,6 @@ sources:
- https://github.com/RXT0112/Zernit
tasks:
- build: |
cd Zernit || exit 1
if git --no-pager diff --name-only origin/master | grep -q ".*.rs$"; then cargo build; fi
cd Zernit
if git --no-pager diff --name-only origin/master | grep -q ".*.rs$"; then cargo build; fi
complete-build