Deployment Info

Currently there are only scripts (bash, ruby) which do not need any compliation.

So currently the process is the following:

  1. write code
  2. call "make install"
    1. will have some options in the future (eg install, install sample, install tests etc)
    2. if necessary will compile everything in the future
    3. will install to target directories (Debian like)
  3. call "make test"
    1. runs tasker unit tests
    2. runs individual b2b tests?