Browse Source

Output test log on failure

Martijn Braam 2 tháng trước cách đây
mục cha
commit
759a8f78af
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -6,7 +6,7 @@ build:
   script:
     - meson build --buildtype release --werror
     - ninja -C build
-    - cd build && meson test --no-rebuild
+    - cd build && meson test --no-rebuild || cat meson-logs/testlog.txt
 
 docs:
   stage: test