Skip to content
Snippets Groups Projects
Commit 5d8ca6b6 authored by Lars Bilke's avatar Lars Bilke
Browse files

Typo.

parent 368f122b
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ node('envinf11w') {
stage('Configure') { configure.linux(cmakeOptions: defaultCMakeOptions,
script: this) }
stage('Build') { build.linux(script: this) }
stage('Test') { build.linux(cmd: 'make -j 1'
stage('Test') { build.linux(cmd: 'make -j 1',
script: this,
target: 'tests ctest-large') }
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment