4 changed files with 1 additions and 22 deletions
@ -1,5 +0,0 @@ |
|||
#!/bin/sh |
|||
|
|||
echo "\n\nLoader\n\n" |
|||
./Dependencies/cakelisp/bin/cakelisp --verbose-processes test/src/Loader.cake || exit $? |
|||
cd test && ./Loader || exit $? |
@ -1,4 +0,0 @@ |
|||
#!/bin/sh |
|||
|
|||
# These are things not required to build, but are useful for debugging/profiling etc. |
|||
cd Dependencies/tracy/profiler/build/unix && make -j4 |
@ -1,12 +0,0 @@ |
|||
#!/bin/sh |
|||
|
|||
echo "This build script now doesn't make sense. See test/Build.sh" |
|||
|
|||
# TESTING |
|||
|
|||
# echo "\n\nVocal Game (no reload)\n\n" |
|||
# ../cakelisp/bin/cakelisp \ |
|||
# test/src/MakeHotReload.cake test/src/VocalGame.cake || exit $? |
|||
|
|||
# TODO: Support compiling as a library? |
|||
# ./Dependencies/cakelisp/bin/cakelisp src/Ogre.cake || exit $? |
Loading…
Reference in new issue