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
MIGraphX
Commits
df2c494a
Commit
df2c494a
authored
Feb 18, 2019
by
Paul
Browse files
Add python build
parent
e141854c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Jenkinsfile
Jenkinsfile
+4
-0
No files found.
Jenkinsfile
View file @
df2c494a
...
@@ -107,6 +107,10 @@ rocmtest tidy: rocmnode('rocmtest') { cmake_build ->
...
@@ -107,6 +107,10 @@ rocmtest tidy: rocmnode('rocmtest') { cmake_build ->
stage
(
'Clang Release'
)
{
stage
(
'Clang Release'
)
{
cmake_build
(
"hcc"
,
"-DCMAKE_BUILD_TYPE=release"
)
cmake_build
(
"hcc"
,
"-DCMAKE_BUILD_TYPE=release"
)
}
}
stage
(
'Clang Release Python 3'
)
{
cmake_build
(
"hcc"
,
"-DCMAKE_BUILD_TYPE=release -DPYTHON_EXECUTABLE=/usr/local/bin/python3"
)
}
},
gcc5:
rocmnode
(
'rocmtest'
)
{
cmake_build
->
},
gcc5:
rocmnode
(
'rocmtest'
)
{
cmake_build
->
stage
(
'GCC 5 Debug'
)
{
stage
(
'GCC 5 Debug'
)
{
cmake_build
(
"g++-5"
,
"-DCMAKE_BUILD_TYPE=debug"
)
cmake_build
(
"g++-5"
,
"-DCMAKE_BUILD_TYPE=debug"
)
...
...
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