mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-16 19:15:44 +00:00
Compare commits
14 commits
193ed43f1d
...
bfefa9560e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bfefa9560e | ||
|
|
37b4119e13 | ||
|
|
7e135a78d3 | ||
|
|
91c1629215 | ||
|
|
7036ad6df2 | ||
|
|
5ba8122d00 | ||
|
|
665c9f9213 | ||
|
|
fb10b78e35 | ||
|
|
99181e9f65 | ||
|
|
af6587d8fe | ||
|
|
9c636d4059 | ||
|
|
5d8d346598 | ||
|
|
918ca9a9ab | ||
|
|
abb9f15eeb |
1 changed files with 7 additions and 6 deletions
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest, ubuntu-latest, macos-13]
|
os: [windows-latest, ubuntu-latest, macos-latest]
|
||||||
timeout-minutes: 7
|
timeout-minutes: 7
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|
@ -30,14 +30,15 @@ jobs:
|
||||||
with:
|
with:
|
||||||
dotnet-version: '8.0.x'
|
dotnet-version: '8.0.x'
|
||||||
|
|
||||||
- name: Lint with dotnet
|
- if: matrix.os == 'ubuntu-latest'
|
||||||
|
name: Lint with dotnet
|
||||||
run: dotnet format FFMpegCore.sln --severity warn --verify-no-changes
|
run: dotnet format FFMpegCore.sln --severity warn --verify-no-changes
|
||||||
|
|
||||||
- name: Prepare FFMpeg
|
- name: Setup FFmpeg
|
||||||
uses: FedericoCarboni/setup-ffmpeg@v3
|
uses: AnimMouse/setup-ffmpeg@ae28d57dabbb148eff63170b6bf7f2b60062cbae # 1.1.0
|
||||||
with:
|
with:
|
||||||
ffmpeg-version: 6.0.1
|
version: ${{ matrix.os != 'macos-latest' && '7.1' || '711' }}
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ github.token }}
|
||||||
|
|
||||||
- name: Test with dotnet
|
- name: Test with dotnet
|
||||||
run: dotnet test FFMpegCore.sln --collect "XPlat Code Coverage" --logger GitHubActions
|
run: dotnet test FFMpegCore.sln --collect "XPlat Code Coverage" --logger GitHubActions
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue