move from Travis CI to GitHub Actions

This commit is contained in:
David du Colombier 2022-04-04 22:44:17 +02:00
parent ff042867bb
commit bdac98ded3
2 changed files with 18 additions and 1 deletions

17
.github/workflows/c.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: C
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make
run: CONF=unix make

View File

@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/0intro/drawterm.svg?branch=master)](https://travis-ci.org/0intro/drawterm)
[![Build Status](https://github.com/0intro/conterm/workflows/C/badge.svg)](https://github.com/0intro/conterm/actions/workflows/c.yml)
[![Coverity Scan Build Status](https://scan.coverity.com/projects/drawterm/badge.svg)](https://scan.coverity.com/projects/drawterm)
INSTALLATION