mirror of
https://github.com/0intro/conterm
synced 2024-11-21 21:31:23 +03:00
move from Travis CI to GitHub Actions
This commit is contained in:
parent
ff042867bb
commit
bdac98ded3
17
.github/workflows/c.yml
vendored
Normal file
17
.github/workflows/c.yml
vendored
Normal 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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user