All working.
This commit is contained in:
10
docker/_create_dropshell.sh
Executable file
10
docker/_create_dropshell.sh
Executable 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
|
Reference in New Issue
Block a user