add possibility to create package
This commit is contained in:
parent
a7807f089c
commit
ed7fc9aa7f
6 changed files with 104 additions and 10 deletions
|
@ -14,8 +14,10 @@ packages:
|
|||
repository:
|
||||
url: https://github.com/postgres/postgres.git
|
||||
branch: REL_17_5
|
||||
version: 17.5
|
||||
|
||||
steps:
|
||||
- ./configure --prefix=$PREFIX
|
||||
- make -j$CPUS
|
||||
- make install
|
||||
- $SUDO mkdir -p $PREFIX
|
||||
- $SUDO make install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue