summaryrefslogtreecommitdiffstats
path: root/CIbuild.sh
blob: 20785a488bfc11239a40c69dd353b9c3d859b856 (plain) (blame)
1
2
3
4
5
6
7
8
9
 #!/usr/bin/env bash

set -e

cmake . -DBUILD_TOOLS=1 -DSELF_TEST=1;
make -j 2;
make -j 2 test;
cd MCServer/;
echo stop | $MCSERVER_PATH;