Remove .a files from artifacts.
This commit is contained in:
@@ -17,6 +17,7 @@ build:
|
||||
- cmake --build build/coverage -j$(nproc)
|
||||
after_script:
|
||||
- find . -name "*.o" -type f -delete
|
||||
- find . -name "*.a" -type f -delete
|
||||
artifacts:
|
||||
paths:
|
||||
- build/coverage
|
||||
|
||||
Reference in New Issue
Block a user