diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82768e6..876db37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,7 @@ jobs: -DCMAKE_BUILD_TYPE=Release -DCORETEMPLATE_BUILD_TESTS=ON -DCORETEMPLATE_BUILD_EXAMPLE=ON + -DCORETEMPLATE_BUILD_QT_GUI_EXAMPLE=OFF - name: Build run: cmake --build build/ci --config Release @@ -87,6 +88,7 @@ jobs: -DCMAKE_BUILD_TYPE=Debug -DCORETEMPLATE_BUILD_TESTS=ON -DCORETEMPLATE_BUILD_EXAMPLE=ON + -DCORETEMPLATE_BUILD_QT_GUI_EXAMPLE=OFF -DCORETEMPLATE_ENABLE_SANITIZERS=ON - name: Build sanitizer targets