Merge branch 'recfun' of gitlab.epfl.ch:lamp/student-repositories-f19/cs210-beauvill into recfun
Submiting week 1 homework
This commit is contained in:
commit
ea78283b81
@ -30,9 +30,4 @@ grade:
|
||||
- cp submission.jar /shared/submission/submission.jar
|
||||
script:
|
||||
- cd /grader
|
||||
- /grader/grade > result.json
|
||||
- cat result.json | /grader/feedback-printer
|
||||
artifacts:
|
||||
expire_in: 7 days
|
||||
paths:
|
||||
- /grader/result.json
|
||||
- /grader/grade | /grader/feedback-printer
|
||||
|
||||
@ -53,7 +53,7 @@ object StudentTasks extends AutoPlugin {
|
||||
throw new MessageOnlyException(s"Could not find tests JarFile: $testSuiteJar")
|
||||
}
|
||||
|
||||
val classPath = s"${(Test / dependencyClasspath).value.map(_.data).mkString(":")}:$testSuiteJar"
|
||||
val classPath = s"${(Test / dependencyClasspath).value.map(_.data).mkString(File.pathSeparator)}${File.pathSeparator}$testSuiteJar"
|
||||
val junitProcess =
|
||||
Fork.java.fork(
|
||||
ForkOptions(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user