aboutsummaryrefslogtreecommitdiff
path: root/scripts/windows/Dockerfile
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2020-08-19 23:07:45 -0500
committeroldmud0 <oldmud0@users.noreply.github.com>2020-08-19 23:07:45 -0500
commit5e1474fefc6837d3eb1a2449950d4be1371f5be1 (patch)
tree7c645b67d95e53e2f5cf15875dfd40e839f41d0c /scripts/windows/Dockerfile
parent7cd0fa0c6e9875c0f199c6d7448e0a031dd8e631 (diff)
parenta9ca555ec532f46a5e5b29404434ae7295814163 (diff)
Merge some various CI changes
Most importantly, Linux now targets Qt 5.9.5 with a self-built version of QtApng, which should fix the Qt version issues.
Diffstat (limited to 'scripts/windows/Dockerfile')
-rw-r--r--scripts/windows/Dockerfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/windows/Dockerfile b/scripts/windows/Dockerfile
index b9a12d6..9d3cca0 100644
--- a/scripts/windows/Dockerfile
+++ b/scripts/windows/Dockerfile
@@ -3,6 +3,11 @@ FROM oldmud0/mxe-qt:5.13.0-win32-static-posix
ENV TARGET_SPEC i686-w64-mingw32.static.posix
+# Build libarchive statically
+WORKDIR /opt/mxe
+RUN make -j4 MXE_TARGETS=${TARGET_SPEC} libarchive bzip2 xz lz4 zstd nettle expat libxml2
+WORKDIR /
+
# Build Discord RPC statically
RUN git clone https://github.com/discordapp/discord-rpc
WORKDIR discord-rpc/build