Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,18 @@ jobs:
- python system_testing.py -s bindings
- python push.py -t bindings

- name: "[18.04] Bindings/Solverdummies"
script:
- python system_testing.py -s bindings --base Ubuntu1804.home
after_failure:
- python push.py -t bindings --base Ubuntu1804.home
deploy:
skip_cleanup: true
provider: script
on:
all_branches: true
script: python push.py -s -t bindings --base Ubuntu1804.home

- name: "[16.04] deal.ii <-> OpenFOAM"
script:
- python system_testing.py -s dealii-of
Expand Down