Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
miaitovich committed Nov 12, 2023
2 parents c49daa4 + b5759df commit ed11a2f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/classroom/autograding.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"tests": [
{
"name": "Prueba",
"setup": "cd Proyecto && qmake && make",
"run": "make test",
"input": "",
"output": "",
"comparison": "exact",
"timeout": 10,
"points": 1
}
]
}
19 changes: 19 additions & 0 deletions .github/workflows/classroom.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: GitHub Classroom Workflow

on:
- push
- workflow_dispatch

permissions:
checks: write
actions: read
contents: read

jobs:
build:
name: Autograding
runs-on: ubuntu-latest
if: github.actor != 'github-classroom[bot]'
steps:
- uses: actions/checkout@v4
- uses: education/autograding@v1

0 comments on commit ed11a2f

Please sign in to comment.