COMBAT-TB / irida-pipeline-plugins

Galaxy pipelines as plugin for IRIDA intergration
0 stars 1 forks source link

Build script and (incomplete) Github Action #14

Closed pvanheus closed 3 years ago

pvanheus commented 3 years ago

This PR contains a Dockerfile and build script for building the plugins for IRIDA 20.09.3 (in the build folder).

It also contains an incomplete Github Action workflow. This workflow uses the build to build a plugin. What still needs to be worked on is:

  1. Building for a particular tag
  2. Building for a particular workflow
  3. Making this happen only if particular files (i.e. the workflow ones) are changed.
  4. Using the Github CLI to push a new release when the build happens.