1
0
Fork 0
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:
Shlomi Fish 2018-05-09 13:07:50 +03:00
parent e1a5a6010f
commit d88d43025c

View file

@ -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