add checksum based status check, alternative to timestamp based

This commit is contained in:
Andrey Nering
2017-09-17 11:06:47 -03:00
parent 95f7b9443f
commit c295a1998a
15 changed files with 315 additions and 97 deletions
+2
View File
@@ -0,0 +1,2 @@
.task/
generated.txt
+8
View File
@@ -0,0 +1,8 @@
build:
cmds:
- cp ./source.txt ./generated.txt
sources:
- ./source.txt
generates:
- ./generated.txt
method: checksum
+1
View File
@@ -0,0 +1 @@
Hello, World!