forked from FFmpeg/FFmpeg
Add test action
This commit is contained in:
parent
e20ee9f9ae
commit
cb8be234ab
1 changed files with 13 additions and 0 deletions
13
.forgejo/workflows/test.yml
Normal file
13
.forgejo/workflows/test.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_requests:
|
||||
|
||||
jobs:
|
||||
run_fate:
|
||||
runs-on: linux-amd64
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build
|
||||
run: ./configure && make -j$(nproc)
|
Loading…
Add table
Reference in a new issue