mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-19 01:15:04 -05:00
Add scripts for building the PIP wheel and tarballs
This commit is contained in:
Executable
+11
@@ -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
|
||||
Executable
+11
@@ -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
|
||||
Reference in New Issue
Block a user