update build system
All checks were successful
BlockStorage/repertory_linux_builds/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory_linux_builds/pipeline/head This commit looks good
This commit is contained in:
parent
437cb94dda
commit
15793e714d
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,3 +7,5 @@ support/Dockerfile
|
|||||||
dist/
|
dist/
|
||||||
deps/
|
deps/
|
||||||
repertory/librepertory/src/common.cpp
|
repertory/librepertory/src/common.cpp
|
||||||
|
scripts/cleanup.cmd
|
||||||
|
scripts/cleanup.sh
|
||||||
|
@ -1,4 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# clean dist on each build
|
||||||
|
# repertory - add back git rev
|
||||||
|
# - store in PROJECT_GIT_REV
|
||||||
|
# add make_package.sh/cmd
|
||||||
|
# - signature / sha256
|
||||||
|
# - add PROJECT_PUBLIC_KEY
|
||||||
|
# - add PROJECT_PRIVATE_KEY
|
||||||
|
# - [optional] post_package.sh for copy to destination
|
||||||
|
# update nvim-lua mmr/mmd
|
||||||
|
|
||||||
CURRENT_DIR=$(dirname "$0")
|
CURRENT_DIR=$(dirname "$0")
|
||||||
CURRENT_DIR=$(realpath ${CURRENT_DIR})
|
CURRENT_DIR=$(realpath ${CURRENT_DIR})
|
||||||
|
@ -4,6 +4,7 @@ CURRENT_DIR=$(dirname "$0")
|
|||||||
CURRENT_DIR=$(realpath ${CURRENT_DIR})
|
CURRENT_DIR=$(realpath ${CURRENT_DIR})
|
||||||
|
|
||||||
DOCKER_NAME=$1
|
DOCKER_NAME=$1
|
||||||
|
shift
|
||||||
|
|
||||||
. "${CURRENT_DIR}/env.sh" "$1" "$2" "$3" "$4" "$5" 1 1>/dev/null 2>&1
|
. "${CURRENT_DIR}/env.sh" "$1" "$2" "$3" "$4" "$5" 1 1>/dev/null 2>&1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user