Update config.yml

try t save artifact in circleci
This commit is contained in:
Michel Promonet 2018-02-04 18:42:23 +01:00 committed by GitHub
parent 11bd137c24
commit 2027b57b5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,3 +7,6 @@ jobs:
- 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