disable building unit tests

pull/110/head
Falk Werner 12 months ago
parent 78eb643187
commit c8a93a1e21

@ -35,10 +35,10 @@ jobs:
- name: Install APT dependencies - 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 - 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 - name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

Loading…
Cancel
Save