blob: 81707ea58433b6f28224af68ceb34afe75a7cc97 [file] [log] [blame]
FROM golang:1.11-stretch as base
WORKDIR /code
ADD . .
RUN cp flatc_debian_stretch flatc
WORKDIR /code/tests
RUN go version
RUN ./GoTest.sh