gimme config

This commit is contained in:
bfredl 2024-05-14 11:28:27 +02:00 committed by Björn Linse
parent 1a5bd70f34
commit efd1afc6b8

View File

@ -48,7 +48,10 @@ jobs:
cmake -S cmake.deps -B .deps -G Ninja
cmake --build .deps
- run: cmake -B build -G Ninja -D CI_LINT=ON
- run: |
cmake -B build -G Ninja -D CI_LINT=ON
echo "======= CONFIGZEIT"
cat build/cmake.config/auto/config.h
- if: "!cancelled()"
name: Determine if run should be aborted