Commit c64db85f authored by Paul's avatar Paul
Browse files

Use hcc on jenkins

parent 532045be
...@@ -92,10 +92,10 @@ rocmtest tidy: rocmnode('rocmtest') { cmake_build -> ...@@ -92,10 +92,10 @@ rocmtest tidy: rocmnode('rocmtest') { cmake_build ->
} }
}, clang: rocmnode('rocmtest') { cmake_build -> }, clang: rocmnode('rocmtest') { cmake_build ->
stage('Clang Debug') { stage('Clang Debug') {
cmake_build('clang++-5.0', '-DCMAKE_BUILD_TYPE=debug') cmake_build('/opt/rocm/bin/hcc', '-DCMAKE_BUILD_TYPE=debug')
} }
stage('Clang Release') { stage('Clang Release') {
cmake_build('clang++-5.0', '-DCMAKE_BUILD_TYPE=release') cmake_build('/opt/rocm/bin/hcc', '-DCMAKE_BUILD_TYPE=release')
} }
}, gcc: rocmnode('rocmtest') { cmake_build -> }, gcc: rocmnode('rocmtest') { cmake_build ->
stage('GCC Debug') { stage('GCC Debug') {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment