-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add continuous integration with Travis-CI (#67)
* Add Travis-CI configuration file * Remove VTK postprocessing from this package, because python-vtk installation is unreliable * No longer need to install any extra dependencies * Remove use of obsoleted firedrake.Expression * Add continuous integration status button
- Loading branch information
Alexander G. Zimmerman
authored
May 11, 2019
1 parent
062d815
commit 99569f1
Showing
14 changed files
with
49 additions
and
401 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
services: | ||
- docker | ||
|
||
branches: | ||
only: | ||
- master | ||
|
||
before_install: | ||
- docker pull firedrakeproject/firedrake | ||
- docker run -dti -v `pwd`:/home/firedrake/sapphire -w /home/firedrake --name fd firedrakeproject/firedrake | ||
- docker exec fd ls | ||
- docker exec fd pip3 install pytest | ||
|
||
script: | ||
- docker exec fd bash -c "source firedrake/bin/activate && python3 -m pytest -v sapphire/tests" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.