diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2021-08-10 18:47:32 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2021-08-10 18:47:32 -0500 |
| commit | 53c727d6e5eea6a775dda21723f895a96c75e047 (patch) | |
| tree | 260f47cf2bf387952fe87a4c09d654524e97b215 | |
| parent | 9359300bfce8d9cf1841ceb61d3feeaf1294ae59 (diff) | |
Move snap info seperate repo, prepare to merge README & improved Makefile
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | snap/snapcraft.yaml | 20 |
2 files changed, 8 insertions, 20 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..623049a --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +PlanR +===== + +**Under active development** + +An open-source, distributed code grading tool for the classroom + +PlanR aggregates various results from testing frameworks automating grading. It aims to provide simple and modular configuration. The configuration language can provide context and grading information to test cases. diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml deleted file mode 100644 index 1e9ff34..0000000 --- a/snap/snapcraft.yaml +++ /dev/null @@ -1,20 +0,0 @@ -name: planr -base: core18 -version: '0.0.1' -summary: An open-source, distributed code grading tool for the classroom -description: | - PlanR aggregates various results from testing frameworks automating grading. It aims to provide simple and modular configuration. The configuration language can provide context and grading information to test cases. - -grade: devel -confinement: classic - -parts: - planr: - plugin: make - source: . - make-parameters: - - PREFIX=/usr - -apps: - planr: - command: usr/bin/planr |
