Skip to content
Snippets Groups Projects
Commit b486b2b1 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Enabled tests post build and not after success i.e. if test failes, the

build fails.
parent 96e8672e
No related branches found
No related tags found
No related merge requests found
......@@ -47,10 +47,7 @@ install:
script:
- gbp buildpackage --git-ignore-branch --git-ignore-new -uc -us
- dpkg -L ../moose*.deb
- sudo dpkg -i ../moose*.deb
after_success:
- cd __moose-core_build && ctest --output-on-failure
- sudo dpkg -i ../moose*.deb
- cd ~ && python -c 'import moose; moose.test( timeout = 10 )'
- cd ~ && python -c 'import moogli'
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment