mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-19 14:03:42 +00:00
Create ccpp.yml
This commit is contained in:
21
.github/workflows/ccpp.yml
vendored
Normal file
21
.github/workflows/ccpp.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
name: CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: deps
|
||||||
|
run: sudo apt-get install python3 build-essential libevent-dev libjpeg62-turbo-dev uuid-dev libbsd-dev
|
||||||
|
- name: make
|
||||||
|
run: make
|
||||||
|
- name: make tox
|
||||||
|
run: make tox
|
||||||
Reference in New Issue
Block a user