analogdevicesinc/iio-oscilloscope

Add a CI job that uses Clang compiler

dNechita opened this issue · 1 comments

Adding this would increase the portability and quality of the code.

CMake respects CC and CXX flags, we can just

export CC=/usr/bin/clang
export CXX=/usr/bin/clang++

in a CI job before calling cmake.