update build system
All checks were successful
BlockStorage/repertory_linux_builds/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2024-06-07 20:17:07 -05:00
parent 437cb94dda
commit 15793e714d
3 changed files with 12 additions and 0 deletions

2
.gitignore vendored
View File

@ -7,3 +7,5 @@ support/Dockerfile
dist/
deps/
repertory/librepertory/src/common.cpp
scripts/cleanup.cmd
scripts/cleanup.sh

View File

@ -1,4 +1,13 @@
#!/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=$(realpath ${CURRENT_DIR})

View File

@ -4,6 +4,7 @@ CURRENT_DIR=$(dirname "$0")
CURRENT_DIR=$(realpath ${CURRENT_DIR})
DOCKER_NAME=$1
shift
. "${CURRENT_DIR}/env.sh" "$1" "$2" "$3" "$4" "$5" 1 1>/dev/null 2>&1