Skip to content

Commit f9fed3c

Browse files
committed
Update file from feature-branch
1 parent 1ff2313 commit f9fed3c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/macos-latest.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,21 @@ jobs:
5858
run: |
5959
cd src
6060
cmake -B ${{github.workspace}}/src/build -DQTVERSION=QT6 -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON
61+
continue-on-error: true
6162

6263
- name: Build
6364
# Build your program with the given configuration
6465
run: |
6566
cd src
6667
cmake --build ${{github.workspace}}/src/build --config ${{env.BUILD_TYPE}} --target seergdb --parallel 1
68+
continue-on-error: true
69+
70+
- name: List Objs
71+
# Build your program with the given configuration
72+
run: |
73+
cd src
74+
ls -l
75+
ls -l CMakeFiles/seergdb.dir/
6776
6877
- name: Tar
6978
run: |

0 commit comments

Comments
 (0)