Skip to content

Commit

Permalink
try to collect artifacts after build jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Feb 4, 2018
1 parent 4b0cef5 commit 956baa4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- run: mkdir -p /distrib && cp *.deb /distrib && cp *.tar.gz /distrib
- persist_to_workspace:
root: /distrib
path: *
paths:
- *

build_rpi:
working_directory: ~/v4l2rtspServer
Expand All @@ -30,7 +31,8 @@ jobs:
- run: mkdir -p /distrib && cp *.deb /distrib && cp *.tar.gz /distrib
- persist_to_workspace:
root: /distrib
path: *
paths:
- *

build_mips:
working_directory: ~/v4l2rtspServer
Expand All @@ -45,7 +47,8 @@ jobs:
- run: mkdir -p /distrib && cp *.deb /distrib && cp *.tar.gz /distrib
- persist_to_workspace:
root: /distrib
path: *
paths:
- *

build_artifact:
working_directory: ~/v4l2rtspServer
Expand Down

0 comments on commit 956baa4

Please sign in to comment.