Skip to content

Commit

Permalink
lots of changes after a lot of time
Browse files Browse the repository at this point in the history
rewrote some functions to use an accompanying function that returns a string; this prepares for splitting us into a library
fixed weird bug caused by CImg update
some endls have been replaced with \n
slightly more consistent function naming
more comments

1.3 part 1 out of ?
  • Loading branch information
aaronliu0130 committed Jan 24, 2024
2 parents 7573de8 + bba4a69 commit d8fe73f
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 76 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit d8fe73f

Please sign in to comment.