Combine update and make

tool_auto-editor
Ruakij 2 years ago
parent 471d42618d
commit 14e9f7ee35

@ -10,10 +10,8 @@ WORKDIR /build
RUN apk add --no-cache make libc-dev build-base
# Copy sources
ADD .build/repository/ .
# Update dependencies
RUN cargo update
# Compile
RUN TARGET="release" make
# Update dependencies and Compile
RUN cargo update && TARGET="release" make
# ---- Release ----

Loading…
Cancel
Save