-
Notifications
You must be signed in to change notification settings - Fork 7
Specify sources
Taichiro Suzuki edited this page May 19, 2017
·
6 revisions
You can specify sources of the job. If the sources haven't been updated, the job will not be triggered. The feature is inspired by make
command.
Here is an example.
main:
command:
gcc -o bin/run src/run.c
src:
src/run.c