From d181927cfabcec935da899fb6af657ae68fd71f4 Mon Sep 17 00:00:00 2001 From: Klemens David Morgenstern Date: Wed, 23 Jan 2019 01:40:16 +0800 Subject: [PATCH] updated ymls --- .circleci/config.yml | 3 ++- appveyor.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1b78669..3fdfeba 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,5 +35,6 @@ jobs: name: Unit Testing command: | cd build/test - ctest . -C Debug -V + ctest . -C Debug -V || SUCCESS=$? python <(curl -s https://raw.githubusercontent.com/report-ci/scripts/master/upload.py) + exit $SUCCESS diff --git a/appveyor.yml b/appveyor.yml index f543536..5550958 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,5 +17,5 @@ test_script: - cd test - ctest . -C Debug -V -after_test: +on_finish: - curl -s https://raw.githubusercontent.com/report-ci/scripts/master/upload.py | python \ No newline at end of file