Update Makefile

This commit is contained in:
hw0505 2022-07-12 12:34:08 +08:00 committed by GitHub
parent 3f9439fbf5
commit dfe958bafb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -70,9 +70,12 @@ docker:
setclassroom:
mkdir -p .github/workflows
mkdir -p .github/classroom
touch .github/.keep
cp scripts/classroom.yml .github/workflows/classroom.yml
cp scripts/autograding.json .github/classroom/autograding.json
git add .github/workflows/classroom.yml
git add .github/classroom/autograding.json
git add .github/.keep
git commit -m"update classroom.yml .keep for classroom CI test"
git push