Skip to content

Commit

Permalink
Migrate pygstc to asyncio based sockets.
Browse files Browse the repository at this point in the history
Signed-off-by: James Hilliard <[email protected]>
  • Loading branch information
jameshilliard committed Sep 15, 2021
1 parent acd7eb9 commit f6a7da2
Show file tree
Hide file tree
Showing 33 changed files with 326 additions and 365 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
Expand All @@ -20,18 +20,18 @@ jobs:
sudo apt update
sudo apt install automake libtool pkg-config libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
sudo apt install libglib2.0-dev libjson-glib-dev gtk-doc-tools libreadline-dev libncursesw5-dev
sudo apt install libdaemon-dev libjansson-dev python3-pip python3-setuptools libsoup2.4
sudo apt install libdaemon-dev libjansson-dev python3-pip python3-setuptools libsoup2.4-dev
- name: Generate
run: ./autogen.sh
- name: Configure
run: ./configure CFLAGS=-Werror
- name: Compile
run: make
- name: Checks
run: make check
- name: Install
run: sudo make install
- name: Checks
run: make check
- name: List Pipelines Verification
run: |
gstd -e
Expand Down
Loading

0 comments on commit f6a7da2

Please sign in to comment.