mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 16:40:42 +08:00
x
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user