mirror of
https://github.com/LearningOS/rust-based-os-comp2022.git
synced 2026-06-28 00:26:29 +08:00
12
Makefile
12
Makefile
@@ -129,18 +129,6 @@ setupclassroom_test5:
|
||||
git commit -m"update classroom.yml .keep autograding.json for classroom CI test"
|
||||
git push
|
||||
|
||||
setupclassroom_test1:
|
||||
mkdir -p .github/classroom/
|
||||
mkdir -p .github/workflows/
|
||||
touch .github/.keep
|
||||
cp scripts/autograding-test1.json .github/classroom/autograding.json
|
||||
cp scripts/classroom.yml .github/workflows/classroom.yml
|
||||
git add .github/classroom/autograding.json
|
||||
git add .github/workflows/classroom.yml
|
||||
git add .github/.keep
|
||||
git commit -m"update classroom.yml .keep autograding.json for classroom CI test"
|
||||
git push
|
||||
|
||||
setupclassroom_test6:
|
||||
mkdir -p .github/classroom/
|
||||
mkdir -p .github/workflows/
|
||||
|
||||
Reference in New Issue
Block a user