summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* wire up cirrus correctly for ciBrent Baude2020-02-27
| | | | | | trying to get the cirrus billing and vms to perk up Signed-off-by: Brent Baude <bbaude@redhat.com>
* add vendor checks to Makefile and the CIValentin Rothberg2019-09-20
| | | | Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
* Makefile: use GOPROXYValentin Rothberg2019-09-20
| | | | | | | Using a goproxy is up to ten times faster. Setting it speeds up go v1.11.x and v1.12.x. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
* go build: use -mod=vendor when availableValentin Rothberg2019-09-20
| | | | | | | This will prevent go from using modules while building which would break package builds. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
* make lint: include testsValentin Rothberg2019-09-20
| | | | Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
* add testsbaude2019-09-19
| | | | Signed-off-by: baude <bbaude@redhat.com>
* initial cirrus filebaude2019-09-17
| | | | Signed-off-by: baude <bbaude@redhat.com>
* add makefilebaude2019-09-17
add makefile with preliminary targets for validating code, format, lint Signed-off-by: baude <bbaude@redhat.com>