Fix savegame not loading and improve build
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
5dcbafdeaa
commit
b5ed770d81
3 changed files with 11 additions and 7 deletions
|
|
@ -28,7 +28,7 @@ RUN git clone --depth 1 --branch jgrpp-$OPENTTD_JGR_VERSION https://github.com/J
|
|||
|
||||
WORKDIR /openttd/source
|
||||
RUN mkdir build && cd build && \
|
||||
cmake .. -DCMAKE_BUILD_TYPE=Release && \
|
||||
cmake .. -DCMAKE_BUILD_TYPE=Release -DOPTION_DEDICATED=ON && \
|
||||
make -j$(nproc)
|
||||
|
||||
FROM alpine:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue