Commit b4b02010 authored by nanahira's avatar nanahira

nproc

parent 3f3d4789
......@@ -21,7 +21,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 - && \
./premake5 gmake && \
cd build && \
make config=release && \
make config=release -j$(nproc) && \
cd .. && \
mv ./bin/release/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