softwareconstruction240 / autograder

Autograder for BYU's CS 240 Chess project
https://cs240.click
2 stars 2 forks source link

Dev skip project compilation #328

Closed frozenfrank closed 2 months ago

frozenfrank commented 2 months ago

This minor adjustment gives DEV's the ability to skip compilation of projects as needed. In the process, I also broke the existing code into smaller functions which allows us to skip part of their functionality.

I'm currently using this to test #233 since I'm not interested in the actual grading results, and future dev's may want this option as well.

Ideally, there would exist a bank of options that allow developers the ability to skip any combination of the project evaluation based on their particular project. Ideally, those options would be available in some config object or ENV variable or command line option. However, since we don't have a whole system set up yet, this is only a lightweight adjustment to provide this functionality via a hard-coded local variable.