]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Use GitHubs CI for Building
authorFlole998 <Flole998@users.noreply.github.com>
Mon, 11 Apr 2022 03:09:53 +0000 (05:09 +0200)
committerGitHub <noreply@github.com>
Mon, 11 Apr 2022 03:09:53 +0000 (05:09 +0200)
.github/workflows/build.yml [new file with mode: 0644]

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
new file mode 100644 (file)
index 0000000..5efc7c3
--- /dev/null
@@ -0,0 +1,19 @@
+name: Build Tvheadend CI
+
+on:
+  push:
+    branches: [ master ]
+  pull_request:
+    branches: [ master ]
+
+jobs:
+  build:
+
+    runs-on: ubuntu-latest
+
+    steps:
+    - uses: actions/checkout@v3
+    - name: dependencies
+      run: 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