From d42f6d31d4874e19e06c6534a7da0460945f845c Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Sat, 16 May 2026 02:35:31 +0200 Subject: [PATCH] ci --- .gitea/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f2f332c..6b8b462 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -38,8 +38,10 @@ jobs: - name: Unit Tests run: | + . ./build/${{ matrix.build_type }}/generators/conanbuild.sh cd ./build/${{ matrix.build_type }} xvfb-run ctest . --output-on-failure + . ./build/${{ matrix.build_type }}/generators/deactivate_conanbuild.sh clang-format: runs-on: ubuntu-latest