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
Commits
2eb21500
Commit
2eb21500
authored
Oct 31, 2023
by
illsilin
Browse files
make sure scripts are launched from build folder
parent
a7d426a6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Jenkinsfile
Jenkinsfile
+3
-1
No files found.
Jenkinsfile
View file @
2eb21500
...
...
@@ -273,7 +273,9 @@ def cmake_build(Map conf=[:]){
else
{
sh
"""${pre_setup_cmd}"""
}
dir
(
"build"
){
sh
cmd
}
// Only archive from master or develop
if
(
package_build
==
true
&&
(
env
.
BRANCH_NAME
==
"develop"
||
env
.
BRANCH_NAME
==
"amd-master"
))
{
...
...
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