Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
FROM alpine:edge AS Builder

# DCPKG is the name of the package, DCBIN the name of the binary
# We need this because of the ldc / ldc2 disparity
ARG DCPKG
ARG DCBIN

# Build dub (and install tests dependencies in the process)
WORKDIR /root/build/
RUN apk add --no-cache bash build-base curl curl-dev dtools dub git grep rsync $DCPKG
ADD . /root/build/
RUN dub test --compiler=$DCBIN && dub build --compiler=$DCBIN

# Remove dub to avoid the risk of using the wrong binary
RUN apk del dub

# Used by the `run-unittest.sh` script
ENV DUB=/root/build/bin/dub
ENV DC=$DCBIN

# Finally, just run the test-suite
Expand Down
1 change: 1 addition & 0 deletions sos
Submodule sos added at 62bf8e
Loading