Commit Graph

2 Commits (40f19989fe2b1a2be00dd459819de74862ecaf2d)

Author SHA1 Message Date
Dustin 40f19989fe ci: Build a wheel for taiga-back too
Now that the project has a `setup.py` script, we can build and publish a
wheel for it, making deployment a lot simpler.
2019-03-05 23:14:36 -06:00
Dustin 58d9351bf5 ci: Build wheels and publish to wheelhost
This commit introduces a Jenkins pipeline definition and accompanying
shell scripts to build Wheel packages for *taiga-back*. These packages
are then uploaded to the "wheelhost" (i.e *file0.pyrocufflink.blue*,
presently), where they can then be used by `pip` to install Taiga on the
production machine. This makes it possible to install Taiga without
needing build-time dependencies on the final host.
2019-02-16 22:31:48 -06:00