scroll

scrollbackbuffer program for st
git clone git://git.suckless.org/scroll
Log | Files | Refs | README

ccpp.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