From bdac98ded3491fc1346a73be458d0feb6c6ea40a Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Mon, 4 Apr 2022 22:44:17 +0200 Subject: [PATCH] move from Travis CI to GitHub Actions --- .github/workflows/c.yml | 17 +++++++++++++++++ README.md | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/c.yml diff --git a/.github/workflows/c.yml b/.github/workflows/c.yml new file mode 100644 index 0000000..9305e8b --- /dev/null +++ b/.github/workflows/c.yml @@ -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 diff --git a/README.md b/README.md index d66afe7..2d75d83 100644 --- a/README.md +++ b/README.md @@ -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