Update build.yml.

This commit is contained in:
CismonX 2020-12-21 02:44:42 +08:00
parent e889152af7
commit fa83e2e807
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
2 changed files with 3 additions and 5 deletions

View File

@ -6,7 +6,7 @@
# this notice are preserved. This file is offered as-is, without any warranty.
#
name: build-ctlseqs
name: build
on: push
@ -27,7 +27,7 @@ jobs:
run: |
sudo apt update -qq
sudo apt install -qq ${packages}
- name: Install dependencies (homebrew)
- name: Install dependencies (Homebrew)
if: ${{ matrix.os == 'macos-latest' }}
run: |
brew update
@ -40,5 +40,3 @@ jobs:
run: make
- name: Run tests
run: make check
- name: Install
run: make install

View File

@ -8,7 +8,7 @@ this notice are preserved. This file is offered as-is, without any warranty.
# README
[![Travis CI](https://travis-ci.com/CismonX/ctlseqs.svg)](https://travis-ci.com/CismonX/ctlseqs)
[![GitHub Actions](https://github.com/CismonX/ctlseqs/workflows/build/badge.svg)](https://github.com/CismonX/ctlseqs/actions)
[![LICENSE](https://img.shields.io/badge/license-GPL--3.0--or--later-blue.svg)](COPYING)
ctlseqs - helper library for terminal control sequences