tccpp.yml - scroll - scrollbackbuffer program for st
(HTM) git clone git://git.suckless.org/scroll
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
tccpp.yml (240B)
---
1 name: C/C++ CI
2
3 on: [push]
4
5 jobs:
6 build:
7
8 runs-on: ubuntu-latest
9
10 steps:
11 - uses: actions/checkout@v2
12 - name: make
13 run: make
14 - name: make test
15 run: make test
16 - name: make clean
17 run: make clean