From 74ef309e7cec799f4f1969fe6442f180e14b0725 Mon Sep 17 00:00:00 2001 From: Dirk Vanden Boer Date: Fri, 13 Sep 2024 22:11:46 +0200 Subject: [PATCH] Update readme badge --- .github/workflows/build.yml | 6 +----- README.md | 5 +---- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3c777d7..df99c61 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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/ diff --git a/README.md b/README.md index ae5c62d..f1680d8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,4 @@ -[![Build Status](https://travis-ci.org/dirkvdb/ffmpegthumbnailer.svg?branch=master)](https://travis-ci.org/dirkvdb/ffmpegthumbnailer) - Coverity Scan Build Status - +[![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