Prechádzať zdrojové kódy

Output test log on failure

Martijn Braam 2 mesiacov pred
rodič
commit
759a8f78af
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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