From: Devecsery, David Date: Tue, 1 Sep 2020 02:56:21 +0000 (-0400) Subject: Update autograder_instructions.md X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=df2f4451300b8cb7c07de835dcbf0ae6912b068f;p=cs3210-lab0.git Update autograder_instructions.md --- diff --git a/instructions/autograder_instructions.md b/instructions/autograder_instructions.md index b3c9e4d..e9c1bf8 100644 --- a/instructions/autograder_instructions.md +++ b/instructions/autograder_instructions.md @@ -98,6 +98,10 @@ Sources.cmake (`kernel/Sources.cmake`, `user/Sources.cmake`, and `bootblock/Sources.cmake`). You are only allowed to modify the lists present in those files. +Finally, you **may not** add any autograder generated files (e.g. anything in the `build` directory, +or any files generated by `cmake` to your git repository. Doing so will likely cause an autograder +error, wasting your submission. + Finally, when the autograder runs your code, it will do so in Release mode (with the option `-DCMAKE_BUILD_TYPE=Release`). Ensure your code works in Release mode before submitting it to the autograder!