Add live shifter to JNI

This commit is contained in:
Chris Cannam
2024-10-02 18:22:06 +01:00
parent 4353ddd78d
commit 923a196f8f
10 changed files with 410 additions and 20 deletions

8
otherbuilds/docker/run.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
revision=$(hg id | sed 's/[^0-9a-z].*$//')
cat Dockerfile.in | perl -p -e "s/\[\[REVISION\]\]/$revision/g" > Dockerfile
sudo docker build -f Dockerfile .