CI: Add libarchive for launcher builds

This commit is contained in:
oldmud0 2019-07-27 12:34:18 -05:00 committed by GitHub
parent ede4c512ae
commit c09fdc49a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ RUN apt-get install -y \
RUN git clone https://github.com/mxe/mxe.git RUN git clone https://github.com/mxe/mxe.git
RUN mv mxe /opt/mxe RUN mv mxe /opt/mxe
WORKDIR /opt/mxe WORKDIR /opt/mxe
RUN make -j4 MXE_TARGETS="i686-w64-mingw32.static.posix" qtbase qtmultimedia RUN make -j4 MXE_TARGETS="i686-w64-mingw32.static.posix" qtbase qtmultimedia libarchive
ENV PATH=/opt/mxe/usr/bin:$PATH ENV PATH=/opt/mxe/usr/bin:$PATH
WORKDIR / WORKDIR /