Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel_ROCM
Commits
c56083c9
Unverified
Commit
c56083c9
authored
Feb 11, 2025
by
jakpiase
Committed by
GitHub
Feb 11, 2025
Browse files
Update jenkinsfile
parent
a68083a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Jenkinsfile
Jenkinsfile
+2
-2
No files found.
Jenkinsfile
View file @
c56083c9
...
@@ -192,9 +192,9 @@ def cmake_build(Map conf=[:]){
...
@@ -192,9 +192,9 @@ def cmake_build(Map conf=[:]){
config_targets
=
"examples_ck_tile package"
config_targets
=
"examples_ck_tile package"
}
}
if
(
conf
.
get
(
"
build_
install"
,
""
)
==
"true"
)
if
(
conf
.
get
(
"install"
,
""
)
==
"true"
)
{
{
config_targets
=
'examples_ck_tile
install
'
+
config_targets
config_targets
=
'examples_ck_tile '
+
config_targets
setup_args
=
' -DBUILD_DEV=On -DCMAKE_INSTALL_PREFIX=../install'
+
setup_args
setup_args
=
' -DBUILD_DEV=On -DCMAKE_INSTALL_PREFIX=../install'
+
setup_args
}
else
{
}
else
{
setup_args
=
' -DBUILD_DEV=On'
+
setup_args
setup_args
=
' -DBUILD_DEV=On'
+
setup_args
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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