mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
travis test the make dist+make test scheme.
This commit is contained in:
parent
e1a5a6010f
commit
d88d43025c
1 changed files with 2 additions and 0 deletions
|
@ -6,3 +6,5 @@ proc_path()
|
|||
}
|
||||
make test || exit -1
|
||||
make dist || exit -1
|
||||
tar -xvf dist/PySolFC-*.tar.xz || exit -1
|
||||
(cd PySolFC-*/ && make test) || exit -1
|
||||
|
|
Loading…
Add table
Reference in a new issue