diff --git a/pros-branchline.json b/pros-branchline.json index f4171be..d471bb1 100644 --- a/pros-branchline.json +++ b/pros-branchline.json @@ -22,5 +22,13 @@ "name": "LemLib", "target": "v5", "repository": "lemlib/lemlib" + }, + { + "metadata": { + "versions": "pros-branchline/templates/ARMS.json" + }, + "name": "ARMS", + "target": "v5", + "repository": "purduesigbots/ARMS" } -] +] \ No newline at end of file diff --git a/templates/ARMS.json b/templates/ARMS.json new file mode 100644 index 0000000..bc21bae --- /dev/null +++ b/templates/ARMS.json @@ -0,0 +1,9 @@ +[ + { + "metadata": { + "location": "https://pros.cs.purdue.edu/v5/_static/branchline/ARMS/ARMS@3.2.0.zip" + }, + "version": "3.2.0", + "supported_kernels": ">=3.3.1" + } +] \ No newline at end of file