Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
SuperElastix
Commits
166958e9
Commit
166958e9
authored
May 02, 2017
by
Floris Berendsen
Browse files
WIP: change dir
parent
58caf4c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
166958e9
node
(
'lkeb-vm-test'
)
{
stage
(
'Init'
)
{
tool
'CMake 3.8.0'
sh
'mkdir -p build'
}
timeout
(
45
)
{
stage
(
'Checkout and
build'
)
{
checkout
scm
sh
'mkdir -p build'
sh
'cd b
uild
'
sh
"${ tool 'CMake 3.8.0' } ../SuperBuild"
sh
'make'
dir
(
'
build'
)
{
stage
(
'Checkout and build'
)
{
checkout
scm
sh
"${ tool 'CMake 3.8.0' } ../SuperB
uild
"
sh
'make'
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment