CppPlugins/runall.sh

9 lines
285 B
Bash
Raw Normal View History

2020-02-20 04:28:05 +01:00
#!/bin/bash
mvn package
2020-02-20 12:21:43 +01:00
rm target/*.so
2020-02-20 04:28:05 +01:00
make -j1 all #that makefile is not paralllizable
mkdir -p testserver/plugins/CppPlugins
cp target/Cppplugin-0.1-SNAPSHOT-final.jar testserver/plugins/
cp target/libplugin.so testserver/plugins/CppPlugins
cd testserver
java -jar spigot-1.12.2.jar