Codebase list nbtscan / 55d4d9c
Create ccpp.yml Joao Eriberto Mota Filho 4 years ago
1 changed file(s) with 20 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 name: C/C++ CI
1
2 on: [push]
3
4 jobs:
5 build:
6
7 runs-on: ubuntu-latest
8
9 steps:
10 - uses: actions/checkout@v1
11 - name: autogen
12 run: ./autogen.sh
13 - name: configure
14 run: ./configure
15 - name: make
16 run: make
17 - name: make distclean
18 run: make distclean
19