viscal

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

commit 3e50482cef55c10e65fe381d5db2bb4a05535e2f
parent ea4a0bae441026fcecc7b1ef77e39dfd17bd12d2
Author: William Casarin <jb55@jb55.com>
Date:   Wed,  4 Sep 2019 13:25:20 -0700

cleanup github actions

don't need all this configure jazz

Diffstat:
M.github/workflows/ccpp.yml | 6------
MMakefile | 2+-
2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml @@ -9,11 +9,5 @@ jobs: steps: - uses: actions/checkout@v1 - - name: configure - run: ./configure - - name: make - run: make - name: make check run: make check - - name: make distcheck - run: make distcheck diff --git a/Makefile b/Makefile @@ -23,7 +23,7 @@ $(BIN): viscal.c Makefile TAGS: ./scripts/mktags libical > $@ -check: +check: $(BIN) echo "write tests!" clean: