analogdevicesinc / iio-oscilloscope

A GTK+ based oscilloscope application for interfacing with various IIO devices

Home Page:https://wiki.analog.com/resources/tools-software/linux-software/iio_oscilloscope

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a CI job that uses Clang compiler

dNechita opened this issue · 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.