aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/.keep0
-rw-r--r--.github/classroom/autograding.json22
-rw-r--r--.github/workflows/classroom.yml23
-rw-r--r--README.md4
4 files changed, 4 insertions, 45 deletions
diff --git a/.github/.keep b/.github/.keep
deleted file mode 100644
index e69de29..0000000
--- a/.github/.keep
+++ /dev/null
diff --git a/.github/classroom/autograding.json b/.github/classroom/autograding.json
deleted file mode 100644
index 8d445f5..0000000
--- a/.github/classroom/autograding.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "tests": [
- {
- "name": "Build",
- "run": "make",
- "input": "",
- "output": "",
- "comparison": "included",
- "timeout": 10,
- "points": 1
- },
- {
- "name": "Run tests",
- "run": "timeout -v 5m make test",
- "input": "",
- "output": "",
- "comparison": "included",
- "timeout": 5,
- "points": 1
- }
- ]
-}
diff --git a/.github/workflows/classroom.yml b/.github/workflows/classroom.yml
deleted file mode 100644
index a80f9e5..0000000
--- a/.github/workflows/classroom.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-name: GitHub Classroom Workflow
-
-on: [push]
-
-jobs:
- build:
- name: Autograding
- runs-on: ubuntu-latest
- container: cahirwpz/ii-so:latest
- steps:
- - uses: actions/checkout@v2
- - name: Check code formatting
- run: ./run-clang-format.sh
- - name: Check for unauthorized modifications
- run: ./check-files.py
- - uses: education/autograding@v1
- - name: 'Archive test results'
- if: always()
- uses: actions/upload-artifact@v2
- with:
- name: test-results
- path: sh-tests.*.log
- retention-days: 1
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..593c602
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+# Simple shell
+
+This project was done as one of the assignments for the Operating Systems course
+on my University.