Message ID | 1514919610-15373-2-git-send-email-odpbot@yandex.ru |
---|---|
State | New |
Headers | show |
Series | [v1,1/1] shippable: process test results in post_ci stage | expand |
diff --git a/.shippable.yml b/.shippable.yml index 6e5c66fcd..9bc2cb6f7 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -39,6 +39,8 @@ build: - ./configure --disable-test-perf - make - sudo env ODP_SHM_DIR=/dev/shm/odp ODP_TEST_OUT_XML=yes make check + + post_ci: - wget https://raw.githubusercontent.com/shawnliang/cunit-to-junit/master/cunit-to-junit.xsl - | for FILE in `find ./test ./platform/ -name "*.xml"`; do