KernelTestFramework / ktf

Kernel Test Framework
BSD 2-Clause "Simplified" License
140 stars 18 forks source link

CI: Add testing for CLang #295

Closed wipawel closed 1 year ago

wipawel commented 1 year ago

Add C/C++ workflow to build with clang and make the current one use gcc explicitly.

Docker workflow does two runs with different builds:

  1. with gcc
  2. with clang