Skip to content

Commit cb69ad2

Browse files
committed
Merge branch 'main' into 317-macos-build-fails-with-not-finding-any-symbols-from-seerutl
2 parents d5b540f + a1a68a4 commit cb69ad2

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/macos-latest.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,22 +57,13 @@ jobs:
5757
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
5858
run: |
5959
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
60+
cmake -B ${{github.workspace}}/src/build -DQTVERSION=QT6 -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
6261
6362
- name: Build
6463
# Build your program with the given configuration
6564
run: |
6665
cd src
67-
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/
66+
cmake --build ${{github.workspace}}/src/build --config ${{env.BUILD_TYPE}} --target seergdb --parallel 4
7667
7768
- name: Tar
7869
run: |

0 commit comments

Comments
 (0)