.
Some checks are pending
PR Check / on-push-commit-check (push) Waiting to run

This commit is contained in:
sha512sum 2024-11-08 11:37:05 +00:00
parent 5992b454a5
commit 26c06e16ac

View file

@ -129,7 +129,8 @@ jobs:
-B ${{ github.workspace }}/build_gcc \
-GNinja -DCMAKE_BUILD_TYPE=Release \
-DENABLE_EXAMPLES=ON \
-DENABLE_TESTS=ON
-DENABLE_TESTS=ON \
-DCMAKE_CXX_FLAGS="-ftemplate-backtrace-limit=0"
cmake --build ${{ github.workspace }}/build_gcc --parallel `nproc`
- name: GCC unit tests