Commit Graph

14 Commits

Author SHA1 Message Date
cc9c690cd0 build: added GOPRIVATE export to makefile 2021-08-13 13:28:18 +01:00
2158dc851c test: makefile now runs all tests recursively 2021-07-21 08:56:53 +01:00
b0c241ae98 bulid: added build-dev option
this otion does no optimisations in the compile (removing debug stuff)
2021-07-21 08:20:17 +01:00
c9ba7aef20 build: reduce binary size with optimisation flags
Part of https://git.autonomic.zone/coop-cloud/go-abra/issues/4.
2021-07-20 22:45:49 +02:00
dee013e4e4 test: added makefile entry for running tests 2021-07-19 14:38:19 +01:00
c65ae974dd Add experimental staticcheck into linting CI
See https://staticcheck.io for more. This is set to be ignored
on failure so that it doesn't disrupt current work flows but maybe
it is nice to add. Just drop the `ignore: ...` line and it will fail
builds.
2021-07-15 23:57:08 +02:00
4884c14ab3 Can't sort this as VERSION is not defined then 2021-07-15 23:26:47 +02:00
a9d9d9de2f Silence command echoing to focus output on errors 2021-07-15 23:01:31 +02:00
980f2f7684 Add format and check targets + integrate into CI 2021-07-15 23:00:33 +02:00
0a6ffd48cb Sort vars 2021-07-15 22:27:30 +02:00
567dae83cf Parametrize the abra path 2021-07-15 22:26:40 +02:00
b13081d1a6 Add build, parametrize LDFLAGS and list all targets 2021-07-15 15:26:02 +02:00
aa8db280e5 Add install and clean rules to Makefile 2021-07-15 14:19:05 +02:00
a2a836c2a9 feat: added version and makefile
makefile allows for package variables to be defined
2021-07-13 23:47:47 +01:00