mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-02-18 02:55:46 +00:00
Create ccpp.yml
This commit is contained in:
parent
55aa443d68
commit
198fbc1756
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
|
||||
Loading…
x
Reference in New Issue
Block a user