viscal

cairo/gtk vi-like timeblocking calendar
git clone git://jb55.com/viscal
Log | Files | Refs | README | LICENSE

ccpp.yml (164B)


      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@v1
     12     - name: make check
     13       run: make check