dropshell_alpine working. Example for xxhash recursive made.
This commit is contained in:
12
docker/dropshell_alpine/_create_dropshell.sh
Normal file
12
docker/dropshell_alpine/_create_dropshell.sh
Normal file
@ -0,0 +1,12 @@
|
||||
#!/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
|
||||
|
||||
/app/build/dropshell version
|
Reference in New Issue
Block a user