Compiler test scripts: added clang

This commit is contained in:
SChernykh
2025-07-06 22:47:18 +02:00
parent 2f51c38549
commit e179208053
8 changed files with 62 additions and 4 deletions
+5
View File
@@ -15,3 +15,8 @@ for i in 8 9 10 11 12 13 14 15;
do
gcc/build.sh $1 $i
done
for i in 17 18 19 20;
do
clang/build.sh $1 $i
done