Skip to content

Commit

Permalink
Merge branch 'master' into system
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-morgenstern committed Jan 22, 2019
2 parents 8548fa2 + d181927 commit 07ec960
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Expand Up @@ -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
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -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

0 comments on commit 07ec960

Please sign in to comment.