Skip to content

Commit

Permalink
Use minisatip-build-image for build
Browse files Browse the repository at this point in the history
  • Loading branch information
Catalin Toda committed May 3, 2021
1 parent 1b1d8a9 commit babe155
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: C/C++ CI

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:

runs-on: ubuntu-latest
container: catalinii/minisatip-build-image:latest
steps:
- uses: actions/checkout@v2
- name: Configure ARM
run: |
./configure --enable-enigma --enable-staging --host=arm-linux-gnueabihf
make
9 changes: 2 additions & 7 deletions .github/workflows/coverity-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,12 @@ on:
jobs:
coverity:
runs-on: ubuntu-latest
container: catalinii/minisatip-build-image:latest
steps:
- uses: actions/checkout@v2
- name: Install libraries
run: |
set -x
ls -al
sudo apt-get update
sudo apt-get install dvb-apps libdvbcsa-dev

- name: Configure
run: ./configure
run: ./configure --with-mcli=/vdr-plugin-mcli/

- name: Download Coverity Build Tool
run: |
Expand Down

0 comments on commit babe155

Please sign in to comment.