forked from MTSR/mapserver
execute tests in docker container
This commit is contained in:
parent
c37491537b
commit
8ae81a0741
@ -8,7 +8,7 @@ RUN apt-get update &&\
|
||||
|
||||
VOLUME /root/go
|
||||
COPY ./ /server
|
||||
RUN cd /server && make build
|
||||
RUN cd /server && make test build
|
||||
|
||||
FROM alpine:latest
|
||||
RUN apk --no-cache add ca-certificates
|
||||
|
Loading…
x
Reference in New Issue
Block a user