All working.

This commit is contained in:
Your Name
2025-04-29 23:43:54 +12:00
parent e6ed77dd78
commit 10050f0c27
10 changed files with 16 additions and 50 deletions

10
docker/_create_dropshell.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
set -x
mkdir -p /app/build
cd /app/build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j4
cp /app/build/dropshell /output/
chown $CHOWN_USER:$CHOWN_GROUP /output/dropshell