This commit is contained in:
Ernie Pasveer
2025-05-25 09:09:25 -05:00
parent 9efe60736b
commit 7b487352b2
+2
View File
@@ -61,6 +61,7 @@ jobs:
- name: Build
# Build your program with the given configuration
continue-on-error: true
run: |
cd src
cmake --build ${{github.workspace}}/src/build --config ${{env.BUILD_TYPE}} --target seergdb --parallel 1
@@ -69,6 +70,7 @@ jobs:
# Build your program with the given configuration
run: |
cd src
ls -l
ls -l CMakeFiles/seergdb.dir/
- name: Tar