We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b211187 commit 57441c9Copy full SHA for 57441c9
grader_config.toml
@@ -4,15 +4,15 @@ default_type = "cpp"
4
[setup]
5
# 在运行测试之前需要执行的准备步骤
6
7
-# [[setup.steps]]
8
-# name = "Compile tsh"
9
-# type = "command"
10
-# command = "make"
11
-# args = ["all", "-j"]
12
-# required = true # 如果这一步失败,则终止所有测试
13
-# message = "Preparing tsh..."
14
-# success_message = "tsh compiled successfully"
15
-# timeout = 60.0
+[[setup.steps]]
+name = "Compile tsh"
+type = "command"
+command = "make"
+args = ["all", "-j"]
+required = true # 如果这一步失败,则终止所有测试
+message = "Preparing tsh..."
+success_message = "tsh compiled successfully"
+timeout = 60.0
16
17
# 可以添加更多setup步骤
18
# [[setup.steps]]
tshref
1.19 MB
0 commit comments