We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff2313 commit f9fed3cCopy full SHA for f9fed3c
.github/workflows/macos-latest.yml
@@ -58,12 +58,21 @@ jobs:
58
run: |
59
cd src
60
cmake -B ${{github.workspace}}/src/build -DQTVERSION=QT6 -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON
61
+ continue-on-error: true
62
63
- name: Build
64
# Build your program with the given configuration
65
66
67
cmake --build ${{github.workspace}}/src/build --config ${{env.BUILD_TYPE}} --target seergdb --parallel 1
68
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/
76
77
- name: Tar
78
0 commit comments