You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
v4l2rtspserver/.circleci/config.yml

10 lines
298 B
YAML

version: 2
jobs:
build:
docker:
- image: circleci/ubuntu-server
steps:
- checkout
- run: sudo apt-get update; sudo apt-get install -y --no-install-recommends autoconf automake libtool git make g++ liblog4cpp5-dev liblivemedia-dev
- run: cmake . && make && cpack .