Merge pull request #3 from josh33901/marc3842h/circleci-artifacts
Fix artifacts saving on CirleCI
This commit is contained in:
commit
3e2fffb650
@ -27,5 +27,5 @@ jobs:
|
|||||||
ln -s /usr/bin/clang++-5.0 /usr/bin/clang++
|
ln -s /usr/bin/clang++-5.0 /usr/bin/clang++
|
||||||
make -j2
|
make -j2
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: ~/dogbook/bin/Debug/libdoghook.so
|
path: ~/doghook/bin/Debug/libdoghook.so
|
||||||
destination: libdoghook.so
|
destination: libdoghook.so
|
Reference in New Issue
Block a user