Commit 3f3d4789 authored by nanahira's avatar nanahira

nproc

parent 092c7cc9
...@@ -18,7 +18,7 @@ RUN git clone --branch=server --recursive --depth=1 https://github.com/moecube/y ...@@ -18,7 +18,7 @@ RUN git clone --branch=server --recursive --depth=1 https://github.com/moecube/y
wget -O - https://github.com/premake/premake-core/releases/download/v5.0.0-alpha13/premake-5.0.0-alpha13-linux.tar.gz | tar zfx - && \ wget -O - https://github.com/premake/premake-core/releases/download/v5.0.0-alpha13/premake-5.0.0-alpha13-linux.tar.gz | tar zfx - && \
./premake5 gmake && \ ./premake5 gmake && \
cd build && \ cd build && \
make config=release && \ make config=release -j$(nproc) && \
cd .. && \ cd .. && \
mv ./bin/release/ygopro . && \ mv ./bin/release/ygopro . && \
strip ygopro && \ strip ygopro && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment