8 lines
131 B
Bash
Executable File
8 lines
131 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cmake . -DBUILD_TOOLS=1 -DSELF_TEST=1;
|
|
make -j 2;
|
|
make -j 2 test;
|
|
cd MCServer/;
|
|
echo stop | $MCSERVER_PATH;
|