2
0

Build script update.

- Fixed build on Windows
- Improved documentation
- Fixed arch logic, separate standard arch from host name
This commit is contained in:
Maarten Billemont
2021-02-11 14:12:06 -05:00
parent 2e9c79f6b3
commit 90aaf23bb5
2 changed files with 154 additions and 110 deletions

View File

@@ -7,6 +7,6 @@ FROM debian:stable-slim
RUN mkdir -p /usr/share/man/man1
RUN apt-get update && apt-get install -y default-jdk-headless git-core bash libtool automake autoconf make g++-multilib
RUN git clone --depth=3 $(: --shallow-submodules) --recurse-submodules --branch rewrite https://gitlab.com/MasterPassword/MasterPassword.git /mpw
RUN git clone --depth=3 $(: --shallow-submodules) --recurse-submodules https://gitlab.com/MasterPassword/MasterPassword.git /mpw
RUN cd /mpw && ./gradlew -i clean
RUN cd /mpw && git pull && git log -1 && ./gradlew -i check