TerminalImageViewer/.github/workflows/ci.yml

25 lines
476 B
YAML
Raw Normal View History

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: Install
run: sudo make -C src install
- name: Test
2024-01-16 10:55:04 +01:00
run: tiv -w 80 -h 24 -2 /usr/share/pixmaps/debian-logo.png