Skip to content

Commit

Permalink
WIP: Empty Template usage hints
Browse files Browse the repository at this point in the history
  • Loading branch information
magaupp committed Sep 3, 2024
1 parent 883a035 commit 722c205
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,20 @@
}
</div>
}
@if (programmingExercise.programmingLanguage === ProgrammingLanguage.EMPTY) {
<div>
<p>
Make sure to customize the Docker image and the build script. The Docker image should have all dependencies installed. The build script should test the submission
and generate JUnit XML files inside the <code>./results/</code> directory.
</p>
<p>Tasks:</p>
<ol>
<li>Create a Docker image with installed dependencies</li>
<li></li>
<li></li>
</ol>
</div>
}
@if (programmingExercise.programmingLanguage && programmingExerciseCreationConfig.packageNameRequired && programmingExercise.projectType !== ProjectType.XCODE) {
<div class="form-group">
<label class="label-narrow" jhiTranslate="artemisApp.programmingExercise.packageName" for="field_packageName"></label>
Expand Down

0 comments on commit 722c205

Please sign in to comment.