David Boreham
f90000d9cc
* Use separate build tag file
* Implement new versioning scheme
* Update workflow file
Former-commit-id: 80bbbafeb6
5 lines
168 B
Bash
Executable File
5 lines
168 B
Bash
Executable File
# Builds the shiv "package" for distribution
|
|
mkdir -p ./package
|
|
version_string=$( ./app/data/version.txt )
|
|
shiv -c laconic-so -o package/laconic-so-${version_string} .
|