mirror of
https://github.com/containous/traefik.git
synced 2024-12-23 17:34:13 +03:00
0ea80582d2
- Add a Makefile with common targets (binary, test, validate, ..) - Use docker to build it (isolated) And update circleci to work with the new Makefile.. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
5 lines
32 B
Bash
Executable File
5 lines
32 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
go generate
|