1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-14 10:09:11 +00:00

Change: [CI] rework preview flow and use Cloudflare Pages to publish (#11116)

This commit is contained in:
Patric Stout
2023-07-08 12:30:27 +02:00
committed by GitHub
parent 153323a4c0
commit 323dd619bb
7 changed files with 126 additions and 270 deletions

View File

@@ -1,4 +1,4 @@
FROM emscripten/emsdk:3.1.37
FROM emscripten/emsdk:3.1.42
COPY emsdk-liblzma.patch /
RUN cd /emsdk/upstream/emscripten && patch -p1 < /emsdk-liblzma.patch