mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
pipelines
This commit is contained in:
parent
fafd06636d
commit
57a57b9439
5 changed files with 16 additions and 305 deletions
18
.github/workflows/aspnetcore.yml
vendored
18
.github/workflows/aspnetcore.yml
vendored
|
@ -1,18 +0,0 @@
|
|||
name: ASP.NET Core CI
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Setup .NET Core
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 2.2.108
|
||||
|
||||
- name: Build Backend
|
||||
run: ./build.sh --settings_skipverification=true
|
9
.github/workflows/test.workflow
vendored
9
.github/workflows/test.workflow
vendored
|
@ -1,9 +0,0 @@
|
|||
workflow "New workflow" {
|
||||
on = "push"
|
||||
resolves = [".NET Core CLI"]
|
||||
}
|
||||
|
||||
action ".NET Core CLI" {
|
||||
uses = "baruchiro/github-actions@0.0.1"
|
||||
args = "build src/Ombi.sln"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue