mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
13 lines
238 B
Bash
13 lines
238 B
Bash
#! /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)
|