Skip to content

OnsagerHe/MoulinetteArcade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

MoulinetteArcade

Purpose of this script

This project is intended to test your Epitech Arcade project.
It takes into account projects with CMakeLists.txt and Makefile .

This script allows you to test:

  • 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.

Execute Script

./buildProject This command execute CMakeLists or Makefile.
This script is to be put in the root of your Arcade project.

Flags: 📚

--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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages