Commit graph

9 commits

Author SHA1 Message Date
Gabriel Simmer cbd30f9155 Clean up CCI config. 2021-05-29 22:42:24 +01:00
Gabriel Simmer 636ab32ead Tidy README, remove UPX requirement. 2021-05-29 22:32:38 +01:00
Gabriel Simmer 81cb0259e5 Bump golang image version. 2021-05-23 17:33:45 +01:00
Gabriel Simmer ce4ee64509
Minor linting fixes & move to CircleCI/UPX orb.
Some minor linting fixes and general style/scope changes, which should
have no impact on the overall application. Also moved to the offical
CircleCI UPX Orb, rather than my own (which is still maintained by me).
2020-04-24 09:01:53 +01:00
Gabriel Simmer cdf8c9a598
Implement new UPX Orb for CircleCI. 2020-04-06 22:51:56 +01:00
Gabriel Simmer 0902f8a429
Tweaking cache for CI 2020-04-03 13:57:54 +01:00
Gabriel Simmer 2ab4de5526
Improve UPX install for CI 2020-04-03 13:47:16 +01:00
Gabriel Simmer a5494c8811
Fine-tuning UPX and CircleCI configuration. 2020-04-03 13:38:21 +01:00
Gabriel Simmer c28851fcc3
Tests & CI, io.Reader > Multipart file.
Making some improvements to the future maintainability of the project,
namely in the form of tests. Also implemented a new "dist" command to
the Makefile that packs up the binaries, and will eventually be expanded
to do more legwork when prepping for a release.

Updated file providers to use io.Reader over an explicit multipart file,
and removed the handler in favour of a plain filename, since that was
it's primary purpose.
2020-04-03 13:26:06 +01:00