v4l2rtspserver/.circleci/config.yml
Michel Promonet 2027b57b5d
Update config.yml
try t save artifact in circleci
2018-02-04 18:42:23 +01:00

13 lines
409 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 cmake autoconf automake libtool git make g++ liblog4cpp5-dev liblivemedia-dev
- run: cmake . && make && cpack .
- run: mkdir pkg && cp *.deb pkg && cp *.tgz pkg
- store_artifacts:
path: pkg