This is an automated email from the ASF dual-hosted git repository.
leerho pushed a commit to branch move_to_17_using_FFM
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
The following commit(s) were added to refs/heads/move_to_17_using_FFM by this
push:
new 14174086 update GHA workflows
14174086 is described below
commit 14174086dfdac3b8b586b9cf2d3aaaf7b7cabacb
Author: Lee Rhodes <[email protected]>
AuthorDate: Wed Dec 18 14:51:14 2024 -0800
update GHA workflows
---
.github/workflows/auto-check_cpp_files.yml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/auto-check_cpp_files.yml
b/.github/workflows/auto-check_cpp_files.yml
index b9e05ae9..4b06687e 100644
--- a/.github/workflows/auto-check_cpp_files.yml
+++ b/.github/workflows/auto-check_cpp_files.yml
@@ -12,33 +12,33 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
-
+
- name: Checkout C++
uses: actions/checkout@v4
with:
repository: apache/datasketches-cpp
path: cpp
-
+
- name: Setup Java
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
-
+
- name: Configure C++ build
run: cd cpp/build && cmake .. -DGENERATE=true
-
+
- name: Build C++ unit tests
run: cd cpp && cmake --build build --config Release
-
+
- name: Run C++ tests
run: cd cpp && cmake --build build --config Release --target test
-
+
- name: Make dir
run: mkdir -p serialization_test_data/cpp_generated_files
-
+
- name: Copy files
run: cp cpp/build/*/test/*_cpp.sk
serialization_test_data/cpp_generated_files
-
+
- name: Run Java tests
run: mvn test -P check-cpp-files
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]