1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-19 01:33:25 +00:00
Files
rclone/vendor/github.com/djherbis/times/js.cover.dockerfile
2019-02-10 20:55:16 +00:00

9 lines
286 B
Docker

FROM golang:1.11
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash
RUN apt-get install --yes nodejs
WORKDIR /go/src/github.com/djherbis/times
COPY . .
RUN GOOS=js GOARCH=wasm go test -covermode=count -coverprofile=profile.cov -exec="$(go env GOROOT)/misc/wasm/go_js_wasm_exec"