summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author李佳 <[email protected]>2021-12-10 09:32:19 +0000
committer李佳 <[email protected]>2021-12-10 09:32:19 +0000
commit1a0555a13985768c7d334af617ccb0b57972f789 (patch)
tree971dd3a3c4a57fea44b2272d5c12758c525dc386
parent59ad9754983e59427f8de04d588199e331a60632 (diff)
Update .gitlab-ci.yml file
-rw-r--r--.gitlab-ci.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3dac4d2..5d0f753 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,7 +40,10 @@ sapp_module_test:
- ./gtest_sapp_v4 || FAILED=true
- find . -name "core*" | head -n 1 | xargs -I {} ln -sf {} core
- echo "bt" > gdb_analyze_core.cmd
- - echo "quit" >> gdb_analyze_core.cmd
+ - echo "f 1" >> gdb_analyze_core.cmd
+ - echo "p i" >> gdb_analyze_core.cmd
+ - echo "p g_plug_global_entry[i]" >> gdb_analyze_core.cmd
+ - echo "quit" >> gdb_analyze_core.cmd
- gdb ./gtest_sapp_v4 core --command=./gdb_analyze_core.cmd
artifacts:
paths: