calendar

BSD calendar reimplementation
git clone https://git.ce9e.org/calendar.git

commit
191b436d5eed43c047fc09817d4ff0290c3cdbad
parent
fe31188392fbb137b723f4433956ab5a7d024bb3
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-04-23 09:11
replace travis by github actions

Diffstat

A .github/workflows/main.yml 8 ++++++++
D .travis.yml 5 -----

2 files changed, 8 insertions, 5 deletions


diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml

@@ -0,0 +1,8 @@
   -1     1 on: push
   -1     2 
   -1     3 jobs:
   -1     4   run-tests:
   -1     5     runs-on: ubuntu-latest
   -1     6     steps:
   -1     7     - uses: actions/checkout@v2
   -1     8     - run: make run_tests

diff --git a/.travis.yml b/.travis.yml

@@ -1,5 +0,0 @@
    1    -1 language: c
    2    -1 script:
    3    -1   - make run_tests
    4    -1 notifications:
    5    -1   email: false