Skip to content

Commit fcd2d44

Browse files
committed
Upload artifacts
With this change, it would be possible to use Postject without building it from source. Signed-off-by: Darshan Sen <[email protected]>
1 parent 29b7957 commit fcd2d44

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

+6
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ jobs:
8787
- prepare:
8888
os: << parameters.os >>
8989
- build
90+
- store_artifacts:
91+
path: dist
92+
- store_artifacts:
93+
path: postject-api.h
94+
- store_artifacts:
95+
path: postject.py
9096

9197
test:
9298
parameters:

0 commit comments

Comments
 (0)