File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -57,22 +57,13 @@ jobs:
57
57
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
58
58
run : |
59
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
60
+ cmake -B ${{github.workspace}}/src/build -DQTVERSION=QT6 -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
62
61
63
62
- name : Build
64
63
# Build your program with the given configuration
65
64
run : |
66
65
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
76
67
77
68
- name : Tar
78
69
run : |
You can’t perform that action at this time.
0 commit comments