diff --git a/pros-branchline.json b/pros-branchline.json index d471bb1..245fed1 100644 --- a/pros-branchline.json +++ b/pros-branchline.json @@ -30,5 +30,13 @@ "name": "ARMS", "target": "v5", "repository": "purduesigbots/ARMS" + }, + { + "metadata": { + "versions": "pros-branchline/templates/VOSS.json" + }, + "name": "VOSS", + "target": "v5", + "repository": "purduesigbots/VOSS" } ] \ No newline at end of file diff --git a/templates/VOSS.json b/templates/VOSS.json new file mode 100644 index 0000000..d4124a1 --- /dev/null +++ b/templates/VOSS.json @@ -0,0 +1,9 @@ +[ + { + "metadata": { + "location": "https://pros.cs.purdue.edu/v5/_static/branchline/VOSS/VOSS@0.1.1.zip" + }, + "version": "0.1.1", + "supported_kernels": "1.1.1" + } +] \ No newline at end of file