This project is intended to test your Epitech Arcade project.
It takes into account projects with CMakeLists.txt and Makefile .
- The compilation of your project
- The name of your binary
- The presence of the right libraries
- Delete unwanted files
- Create a pdf and html documentation (Doxyfile only)
→ Soon a debugging mode 🚀
There is no prerequisite to run the bash script.
./buildProject
This command execute CMakeLists or Makefile.
This script is to be put in the root of your Arcade project.
--help | -h
Print usage script.
--documentation | -d
Find Doxygen file configuration and execute them to create pdf file.
--moulinette | -m
Executes the commands of the real moulinette for compilation.
Checks the name of the binary and the presence of the different
libs for the games and the graphic managers.
--clean | -c
Delete the binary, the libraries and the build folder if it exists.
--version | v
See the version of the script.