blob: 1e9ff3428956a73d3a22f5b673d601f0ceef48f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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
|