From 86a500309d9dcb2afbe73002a2f874f743625d57 Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Wed, 22 Feb 2023 17:49:09 +0100 Subject: [PATCH 1/6] Set ContinuousIntegrationBuild to true --- Directory.Build.props | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Directory.Build.props b/Directory.Build.props index 2944c6bf..628195a6 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -13,5 +13,14 @@ https://github.com/rosenbjerg/FFMpegCore MIT en + + true + true + snupkg + true + + + true + \ No newline at end of file From cc2d9890f95e2305d94001864af0a304ca81918f Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Wed, 22 Feb 2023 17:50:35 +0100 Subject: [PATCH 2/6] CI yaml fixes --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94a858ff..993d0579 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: push: branches: - - master + - main paths: - .github/workflows/ci.yml - FFMpegCore/** @@ -13,9 +13,9 @@ on: - main - release paths: - - .github/workflows/ci.yml - - FFMpegCore/** - - FFMpegCore.Test/** + - .github/workflows/ci.yml + - FFMpegCore/** + - FFMpegCore.Test/** jobs: ci: From 06f5bfa598879d00b1bc92f3732017d358957a47 Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Wed, 22 Feb 2023 17:52:29 +0100 Subject: [PATCH 3/6] Update CI paths --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 993d0579..6c3ba1e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,8 @@ on: - .github/workflows/ci.yml - FFMpegCore/** - FFMpegCore.Test/** + - FFMpegCore.Extensions.SkiaSharp/** + - FFMpegCore.Extensions.System.Drawing.Common/** pull_request: branches: - main @@ -16,6 +18,8 @@ on: - .github/workflows/ci.yml - FFMpegCore/** - FFMpegCore.Test/** + - FFMpegCore.Extensions.SkiaSharp/** + - FFMpegCore.Extensions.System.Drawing.Common/** jobs: ci: From e9264a3c2adeac9304d9541614cfc57ea7f068db Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Wed, 22 Feb 2023 17:52:56 +0100 Subject: [PATCH 4/6] Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c3ba1e2..4f8fa34d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ on: - main paths: - .github/workflows/ci.yml + - Directory.Build.props - FFMpegCore/** - FFMpegCore.Test/** - FFMpegCore.Extensions.SkiaSharp/** @@ -16,6 +17,7 @@ on: - release paths: - .github/workflows/ci.yml + - Directory.Build.props - FFMpegCore/** - FFMpegCore.Test/** - FFMpegCore.Extensions.SkiaSharp/** From c7f8c19be762bdc6efcdbeb61782585eaf48908f Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Wed, 4 Dec 2024 22:19:57 +0200 Subject: [PATCH 5/6] Specify codecov os --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a810a22..cc25d22a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,3 +58,4 @@ jobs: fail_ci_if_error: true directory: FFMpegCore.Test/TestResults token: ${{ secrets.CODECOV_TOKEN }} + os: windows From 9d0f8893a5ae26a24e41da0b761da6dc1a3eacbf Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Wed, 4 Dec 2024 22:25:36 +0200 Subject: [PATCH 6/6] Use codecov/codecov-action@v4 instead of 5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc25d22a..3f3677ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - if: matrix.os == 'windows-latest' name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v4 with: fail_ci_if_error: true directory: FFMpegCore.Test/TestResults