mirror of
https://github.com/traefik/traefik.git
synced 2025-09-27 16:51:24 +02:00
- 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>
9 lines
147 B
Bash
Executable File
9 lines
147 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
export DEST=.
|
|
|
|
TESTFLAGS="$TESTFLAGS"
|
|
#go test -v ./integration
|
|
|