PR #136 from penguin359/penguin359-ci: Basic testing CI

This commit is contained in:
Aaron Liu 2024-01-19 14:18:41 -05:00 committed by GitHub
commit 71d1a80d14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

22
.github/workflows/ci.yml vendored Normal file
View file

@ -0,0 +1,22 @@
name: TerminalImageViewer CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "*" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get install -qy imagemagick
- name: Build
run: make -C src
- name: Test
run: ./src/tiv -w 80 -h 24 /usr/share/pixmaps/debian-logo.png