mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-29 20:13:50 -06:00
Add scripts for building the PIP wheel and tarballs
This commit is contained in:
parent
b826e0863c
commit
0a381c4a53
11
ci/build_pip_wheel.sh
Executable file
11
ci/build_pip_wheel.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "################################################################################"
|
||||
echo "Building PIP wheel..."
|
||||
echo "################################################################################"
|
||||
echo
|
||||
|
||||
. $WORKSPACE/pgadmin-venv/bin/activate
|
||||
$WORKSPACE/pgadmin-venv/bin/pip install Sphinx==1.4.9
|
||||
cd $WORKSPACE/
|
||||
make pip
|
11
ci/build_tarballs.sh
Executable file
11
ci/build_tarballs.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "################################################################################"
|
||||
echo "Building Tarballs..."
|
||||
echo "################################################################################"
|
||||
echo
|
||||
|
||||
. $WORKSPACE/pgadmin-venv/bin/activate
|
||||
$WORKSPACE/pgadmin-venv/bin/pip install Sphinx==1.4.9
|
||||
cd $WORKSPACE/
|
||||
make src
|
Loading…
Reference in New Issue
Block a user