Skip to content

Commit b41f5a9

Browse files
committed
ci: run gpu tests with debug symbols
To allow nice backtraces in logs. This also disabled NDEBUG and uses -O2, but should be fine.
1 parent f712d9c commit b41f5a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ llvmpipe:
123123
- docker
124124
- amd64
125125
script:
126-
- meson build --buildtype release
126+
- meson build --buildtype debugoptimized
127127
--werror
128128
-Dtests=true
129129
-Ddebug-abort=true
@@ -141,7 +141,7 @@ gpu:
141141
script:
142142
- git clone --depth 1 -b v1.16 https://github.com/linux-test-project/lcov.git
143143
- export PATH="`realpath lcov/bin`:$PATH"
144-
- meson build --buildtype release
144+
- meson build --buildtype debugoptimized
145145
--werror
146146
-Dtests=true
147147
-Ddemos=false

0 commit comments

Comments
 (0)