Skip to content
Snippets Groups Projects
Commit abedc486 authored by Janis Daniel Dähne's avatar Janis Daniel Dähne
Browse files

compile script for linux

parent 818b4cfb
Branches
No related tags found
No related merge requests found
OUTPUTPATH="../out/production/DefaultTestRunner/"
# compile
cd src
if [[ $? != 0 ]]; then
exit 1
fi
echo "staring compilation"
javac -d $OUTPUTPATH Main.java
if [[ $? == 0 ]]; then
echo "compilation successful files are now in $OUTPUTPATH"
else
echo "compilation NOT successful"
fi
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment