Skip to content

Commit

Permalink
Update readme badge
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed Sep 13, 2024
1 parent 2f4605d commit 74ef309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ jobs:
if: ${{ matrix.cfg.os == 'macos-latest' }}
run: brew install ninja cmake ffmpeg
- name: Build the code
if: ${{ matrix.cfg.os == 'macos-latest' }}
run: cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DPNG_LIBRARY_RELEASE=/opt/homebrew/lib/libpng.a && cmake --build build
- name: Build the code
if: ${{ matrix.cfg.os == 'ubuntu-latest' }}
run: cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release && cmake --build build
run: cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_FRAMEWORK=NEVER && cmake --build build
- name: Run the tests
run: ctest --output-on-failure --test-dir build/

5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
[![Build Status](https://travis-ci.org/dirkvdb/ffmpegthumbnailer.svg?branch=master)](https://travis-ci.org/dirkvdb/ffmpegthumbnailer)<a href="https://scan.coverity.com/projects/5008">
<img alt="Coverity Scan Build Status"
src="https://scan.coverity.com/projects/5008/badge.svg"/>
</a>
[![Build](https://github.com/dirkvdb/ffmpegthumbnailer/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/dirkvdb/ffmpegthumbnailer/actions/workflows/build.yml)

FFmpegthumbnailer is a lightweight video thumbnailer that can be used by file
managers to create thumbnails for your video files. The thumbnailer uses ffmpeg
Expand Down

0 comments on commit 74ef309

Please sign in to comment.