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