IBM / sourceorbit

Dependency Management for IBM i projects
https://ibm.github.io/sourceorbit/
Apache License 2.0
19 stars 10 forks source link

Expand tasks provider #45

Open worksofliam opened 7 months ago

worksofliam commented 7 months ago

Right now, our task provider only generates build files, but it'd be nice if we had:

  1. A task option to build the makefile and run gmake automatically (using the Code for IBM i Action API)
  2. A task property on the build to run tests and collect the result (using the Code for IBM i sendCommand API)