File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : CI code checks
22
33on :
4- push :
5- branches : [ main, develop, 4.0.0-rc ]
64 pull_request :
7- branches : [ main, develop, 4.0.0-rc ]
5+ branches : [ main, develop ]
86
97jobs :
108 lint :
Original file line number Diff line number Diff line change @@ -297,3 +297,16 @@ algobattle test
297297```
298298
299299This time it should run without any errors. If that doesn't work for you, there's error messages in the linked json file.
300+
301+ ## Packaging the Programs
302+
303+ You may want to share your code with e.g. your lab instructors. The best way to do that is to package them into Algobattle
304+ program files. These are files using the ` .prob ` file extension that are formatted in such a way that Algobattle recognises
305+ them and can use them to run matches.
306+
307+ !!! tip "A peek behind the curtain"
308+ These files again are just ` zip ` files containing everything in your programs' folders in a specific format.
309+ It's best to remove any unnessesary files from them before packaging to keep file sizes down.
310+
311+ !!! note "Using the web framework"
312+ If your lab is using the web framework, these files are what you need to upload to have your programs run in the matches.
You can’t perform that action at this time.
0 commit comments