mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Add the first ver of the script.
This commit is contained in:
parent
d88d43025c
commit
5c663272c5
1 changed files with 13 additions and 0 deletions
13
scripts/test-inside-dist.sh
Normal file
13
scripts/test-inside-dist.sh
Normal file
|
@ -0,0 +1,13 @@
|
|||
#! /bin/sh
|
||||
#
|
||||
# y.sh
|
||||
# Copyright (C) 2018 shlomif <shlomif@cpan.org>
|
||||
#
|
||||
# Distributed under terms of the MIT license.
|
||||
#
|
||||
|
||||
rm -fr PySolFC-2.2.0
|
||||
make dist
|
||||
rm -fr PySolFC-2.2.0
|
||||
tar -xvf dist/PySolFC-2.2.0.tar.xz
|
||||
(cd PySolFC-2.2.0 && make test)
|
Loading…
Add table
Reference in a new issue