summaryrefslogtreecommitdiffstats
path: root/CIbuild.sh
blob: 0e17f6e649c3be4b707356eb292d7c6d81668085 (plain) (blame)
1
2
3
4
5
6
7
 #!/usr/bin/env bash
 
cmake . -DBUILD_TOOLS=1 -DSELF_TEST=1;
make -j 2;
make -j 2 test;
cd MCServer/;
echo stop | $MCSERVER_PATH;