]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
ci: remove the test-compile workflow
authorChristian Hewitt <christianshewitt@gmail.com>
Wed, 6 Dec 2023 05:57:25 +0000 (05:57 +0000)
committerFlole998 <Flole998@users.noreply.github.com>
Wed, 6 Dec 2023 07:26:44 +0000 (08:26 +0100)
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
.github/workflows/test-compile.yml [deleted file]

diff --git a/.github/workflows/test-compile.yml b/.github/workflows/test-compile.yml
deleted file mode 100644 (file)
index 781f1ed..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-name: Build Tvheadend CI
-
-on:
-  push:
-    branches: [ master ]
-  pull_request:
-    branches: [ master ]
-  # Allows you to run this workflow manually from the Actions tab
-  workflow_dispatch:
-
-concurrency:
-  # auto-cancel previous runs if the pull request is force-push updated
-  group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
-  cancel-in-progress: true
-
-jobs:
- build-ubuntu-latest:
-    runs-on: ubuntu-latest
-    steps:
-    - uses: actions/checkout@v3
-      with:
-        fetch-depth: 0
-    - name: dependencies
-      run: |
-        sudo apt-get update
-        sudo apt-get install -y cmake git build-essential pkg-config gettext libavahi-client-dev libssl-dev zlib1g-dev wget bzip2 git-core liburiparser-dev libpcre2-dev libdvbcsa-dev python3 python3-requests debhelper ccache
-    - name: build
-      run: AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\ --enable-ffmpeg_static\ --enable-hdhomerun_static\ --python=python3 ./Autobuild.sh