Update CI file to build apps with debug symbols

This commit is contained in:
Max Lübke 2022-04-27 12:54:01 +02:00
parent 437ab1b10b
commit 56e70efd1e

View File

@ -19,7 +19,7 @@ build:
expire_in: 100s expire_in: 100s
script: script:
- mkdir build && cd build - mkdir build && cd build
- cmake .. - cmake -DCMAKE_BUILD_TYPE=Debug ..
- make - make
run_1D: run_1D: