Skip to content

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