v4l2rtspserver/.circleci/config.yml
Michel Promonet b04fae0cd9 update image
2018-02-04 21:03:32 +01:00

15 lines
443 B
YAML

version: 2
jobs:
build:
docker:
- image: heroku/heroku:16
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
- run: cpack .
- run: cpack -G TGZ .
- run: mkdir pkg && cp *.deb pkg && cp *.tgz pkg
- store_artifacts:
path: pkg