Initial euclide.org release
This commit is contained in:
9
vendor/gopkg.in/djherbis/times.v1/js.cover.dockerfile
generated
vendored
Normal file
9
vendor/gopkg.in/djherbis/times.v1/js.cover.dockerfile
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM golang:1.16
|
||||
|
||||
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 GO111MODULE=auto GOOS=js GOARCH=wasm go test -covermode=count -coverprofile=profile.cov -exec="$(go env GOROOT)/misc/wasm/go_js_wasm_exec"
|
||||
Reference in New Issue
Block a user