This is an automated email from the ASF dual-hosted git repository.
yecol pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar.git
The following commit(s) were added to refs/heads/main by this push:
new dd0fff6e feat(CI): upload static link library as artifact (#642)
dd0fff6e is described below
commit dd0fff6ea47957f019ba74cd13aa7a11849806fa
Author: Elssky <[email protected]>
AuthorDate: Wed Oct 9 17:17:06 2024 +0800
feat(CI): upload static link library as artifact (#642)
---
.github/workflows/ci.yml | 8 +++++++-
cpp/.gitignore | 4 +---
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 34ec752c..4cdb5125 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -226,4 +226,10 @@ jobs:
export ASAN_OPTIONS=detect_leaks=0
export ASAN_OPTIONS=detect_container_overflow=0
ctest --output-on-failure
- popd
\ No newline at end of file
+ popd
+
+ - name: Upload libgraphar.a artifact
+ uses: actions/upload-artifact@v3
+ with:
+ name: libgraphar
+ path: cpp/build-static/libgraphar.a
\ No newline at end of file
diff --git a/cpp/.gitignore b/cpp/.gitignore
index cda5fffd..0033ebe1 100644
--- a/cpp/.gitignore
+++ b/cpp/.gitignore
@@ -1,6 +1,4 @@
-/build/
-/build-test/
-/build-test-rename/
+/build*/
/examples/*/build/
/cmake-build-debug
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]