Skip to content

Commit

Permalink
Add java to pipeline validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Oct 12, 2023
1 parent da8d9c3 commit f630367
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/PipelineValidation.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,9 @@ const rules = new DictRule({
dotnet: [new DockerPipeRule({
unittests: [new ValueRule(), 'Run unit tests. By default <strong>false</strong>'],
})],
java: [new DockerPipeRule({
unittests: [new ValueRule(), 'Run unit tests. By default <strong>false</strong>'],
})],
gcc: [new DockerPipeRule({
flags: [new ValueRule(), 'Flags for the gcc/g++ compiler.'],
output: [new ValueRule(), 'Built executable name <strong>-o main</strong>'],
Expand Down

0 comments on commit f630367

Please sign in to comment.