Stevertus / mcscript

A programming language for Minecraft Vanilla
https://mcscript.stevertus.com
MIT License
233 stars 16 forks source link

[Feature request] Additional flags for CI/CD #17

Open Thepyrocrafteur opened 4 years ago

Thepyrocrafteur commented 4 years ago

Hello. Is it possible to add flags like -build or something else to use in CI/CD jobs. Using this flag should be like -fullErr but exit the software wrongly to make CI/CD job fail when there are errors. And maybe for CI/CD creating a flag -output <path> for ya know.

You may think "Why CI/CD for such a small thing like this". Maybe one day it will be possible to execute unit test on mcfunction or maybe today there is a way to execute unit test on compiled mcfunction. Maybe in future you will use the CI/CD flag to verify if code is optimized like @angular/cli does.