Commit ceb462e4 authored by Paul's avatar Paul
Browse files

Set compiler to hcc

parent 2d616b2d
......@@ -73,7 +73,7 @@ rocmtest tidy: rocmnode('rocmtest') { cmake_build ->
rm -rf build
mkdir build
cd build
CXX='clang++-5.0' cmake ..
CXX=hcc cmake ..
make -j8 -k analyze
'''
}
......
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