File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 30
30
name : Build and test using plain Makefile
31
31
runs-on : ' ubuntu-20.04'
32
32
steps :
33
- - name : Build environment setup
34
- run : |
35
- echo 'Nothing to do.'
36
- echo 'GitHub runner includes tools we need already.'
37
33
- uses : actions/checkout@v4
38
34
- name : Build (make all)
39
35
run : |
46
42
name : Build and test Python module
47
43
runs-on : ' ubuntu-20.04'
48
44
steps :
49
- - name : Build environment setup
50
- run : |
51
- echo 'Nothing to do.'
52
- echo 'GitHub runner includes tools we need already.'
53
45
- uses : actions/checkout@v4
54
46
- name : Build
55
47
run : |
62
54
name : Build and test using CMake
63
55
runs-on : ' ubuntu-20.04'
64
56
steps :
65
- - name : Build environment setup
66
- run : |
67
- echo 'Nothing to do.'
68
- echo 'GitHub runner includes tools we need already.'
69
57
- uses : actions/checkout@v4
70
58
- name : Configure (cmake)
71
59
run : |
You can’t perform that action at this time.
0 commit comments