File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
branches : [ master ]
8
8
9
9
env :
10
- BUILD_TYPE : Debug
10
+ BUILD_TYPE : Release
11
11
# It is impossible to start CH server in docker on macos due to github actions limitations,
12
12
# so limit tests to ones that do no require server interaction.
13
13
GTEST_FILTER : --gtest_filter=-"Client/*:*Performance*"
21
21
- uses : ilammy/msvc-dev-cmd@v1
22
22
23
23
- name : Configure CMake
24
- run : cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DBUILD_TESTS=ON -G "Visual Studio 16 2019" -DCMAKE_VERBOSE_MAKEFILE=ON
24
+ run : cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DBUILD_TESTS=ON
25
25
26
26
- name : Build
27
27
run : cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
You can’t perform that action at this time.
0 commit comments