Got a new Raspberry Pi and thought, I'd set this up as worker here as well.
Totally forgot what I need to run to get it connected to the CI, but I'm sure you still remember 😄
Say, if I wanted to load have a raspbian-clang-armhf build, how would I go about setting -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++?
Got a new Raspberry Pi and thought, I'd set this up as worker here as well. Totally forgot what I need to run to get it connected to the CI, but I'm sure you still remember 😄
Say, if I wanted to load have a raspbian-clang-armhf build, how would I go about setting
-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++
?