Browse Source

Simplify CI pipeline for fork

pull/2888/head
jpsantos1 5 months ago
parent
commit
8def136911
  1. 0
      .github/workflows/artifacts.yml.disabled
  2. 27
      .github/workflows/build.yml
  3. 0
      .github/workflows/ci.yml.disabled
  4. 0
      .github/workflows/docker.yml.disabled
  5. 0
      .github/workflows/release.yml.disabled

0
.github/workflows/artifacts.yml → .github/workflows/artifacts.yml.disabled

27
.github/workflows/build.yml

@ -0,0 +1,27 @@
name: Build ErsatzTV
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: Restore
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore

0
.github/workflows/ci.yml → .github/workflows/ci.yml.disabled

0
.github/workflows/docker.yml → .github/workflows/docker.yml.disabled

0
.github/workflows/release.yml → .github/workflows/release.yml.disabled

Loading…
Cancel
Save