File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 - uses : actions/checkout@v2
88 - run : make tests
99 - run : make cpp_tests
10- testsuite-clang7 :
11- runs-on : ubuntu-latest
12- steps :
13- - uses : actions/checkout@v2
14- - run : sudo apt install clang-7
15- - run : make tests
16- - run : make cpp_tests
17- testsuite-clang8 :
18- runs-on : ubuntu-latest
19- steps :
20- - uses : actions/checkout@v2
21- - run : sudo apt install clang-8
22- - run : make tests
23- - run : make cpp_tests
24- testsuite-clang9 :
25- runs-on : ubuntu-latest
26- steps :
27- - uses : actions/checkout@v2
28- - run : sudo apt install clang-9
29- - run : make tests
30- - run : make cpp_tests
31- testsuite-clang10 :
32- runs-on : ubuntu-latest
33- steps :
34- - uses : actions/checkout@v2
35- - run : sudo apt install clang-10
36- - run : make tests
37- - run : make cpp_tests
3810 testsuite-clang11 :
3911 runs-on : ubuntu-latest
4012 steps :
You can’t perform that action at this time.
0 commit comments