mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-22 17:55:20 +01:00
libarchive: include build infra
This commit is contained in:
parent
d300c9dceb
commit
7cfe7eabfe
49 changed files with 5892 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
FROM cirrusci/windowsservercore:2019
|
||||
|
||||
RUN choco install -y --no-progress --installargs 'ADD_CMAKE_TO_PATH=User' cmake
|
||||
RUN choco install -y --no-progress mingw
|
||||
RUN curl -o zlib-1.2.11.tar.gz https://www.zlib.net/zlib-1.2.11.tar.gz
|
||||
RUN tar -x -f zlib-1.2.11.tar.gz
|
||||
RUN cd zlib-1.2.11 && cmake -G "MinGW Makefiles" -D CMAKE_BUILD_TYPE="Release" . && mingw32-make && mingw32-make install
|
||||
RUN del /f /q /s zlib-1.2.11 zlib-1.2.11.tar.gz
|
Loading…
Add table
Add a link
Reference in a new issue