Skip to content

Commit

Permalink
feat(CI): upload static link library as artifact (apache#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elssky authored Oct 9, 2024
1 parent b015a2f commit dd0fff6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,10 @@ jobs:
export ASAN_OPTIONS=detect_leaks=0
export ASAN_OPTIONS=detect_container_overflow=0
ctest --output-on-failure
popd
popd
- name: Upload libgraphar.a artifact
uses: actions/upload-artifact@v3
with:
name: libgraphar
path: cpp/build-static/libgraphar.a
4 changes: 1 addition & 3 deletions cpp/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/build/
/build-test/
/build-test-rename/
/build*/
/examples/*/build/
/cmake-build-debug

Expand Down

0 comments on commit dd0fff6

Please sign in to comment.