mirror of
https://github.com/vale981/VoiDPlugins
synced 2025-03-04 16:51:38 -05:00
Update CI to use git submodule
This commit is contained in:
parent
84ebd86d2b
commit
3d18616f14
1 changed files with 5 additions and 9 deletions
14
.github/workflows/dotnet-core.yml
vendored
14
.github/workflows/dotnet-core.yml
vendored
|
@ -1,24 +1,20 @@
|
|||
name: .NET Core
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
workflow_dispatch:
|
||||
branches: [ master ]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
plugin: [MLFilter, OemKill]
|
||||
plugin: [MLFilter, OemKill, TouchEmu]
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Setup ${{ matrix.net }}
|
||||
uses: actions/setup-dotnet@v1
|
||||
|
|
Loading…
Add table
Reference in a new issue