mirror of
https://github.com/falk-werner/webfuse
synced 2024-10-27 20:34:10 +00:00
disable building unit tests
This commit is contained in:
parent
78eb643187
commit
c8a93a1e21
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@ -35,10 +35,10 @@ jobs:
|
||||
|
||||
|
||||
- name: Install APT dependencies
|
||||
run: sudo apt install libfuse3-dev libwebsockets-dev libgtest-dev libgmock-dev clang-tidy valgrind
|
||||
run: sudo apt install libfuse3-dev libwebsockets-dev clang-tidy
|
||||
|
||||
- name: Configure CMake
|
||||
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
||||
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DWITHOUT_TEST=ON
|
||||
|
||||
- name: Build
|
||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||
|
Loading…
Reference in New Issue
Block a user