File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ sudo : required
2+
3+ env :
4+ - BUILD_TYPE=release
5+ - BUILD_TYPE=debug
6+
7+ services :
8+ - docker
9+
10+ notifications :
11+ email : false
12+
13+ language : C++
14+
15+ before_install :
16+ - docker pull heltai/deal2lkit:$BUILD_TYPE
17+ - docker run -P -v `pwd`:/home/dealii/pi-BEM:rw heltai/deal2lkit:$BUILD_TYPE /bin/sh -c "cd pi-BEM; ./scripts/check_indentation.sh"
18+
19+ script :
20+ - docker run -P -v `pwd`:/home/dealii/pi-BEM:rw heltai/deal2lkit:$BUILD_TYPE /bin/sh -c "mkdir pi-BEM/build; cd pi-BEM/build; cmake -GNinja -DBEM_ENABLE_TESTING=ON ../; ninja"
21+ - docker run -P -v `pwd`:/home/dealii/pi-BEM:rw heltai/deal2lkit:$BUILD_TYPE /bin/sh -c "cd pi-BEM/build; ctest -V"
Original file line number Diff line number Diff line change 11Parallel BEM Solver for deal.II
22===============================
33
4+ [ ![ Build Status] ( https://travis-ci.org/mathLab/pi-BEM.svg?branch=master )] ( https://travis-ci.org/mathLab/pi-BEM )
5+
46After you have compiled your application, you can run
57
68 make test
You can’t perform that action at this time.
0 commit comments