Plume/script/generate_artifact.sh
fdb-hiroshima 3d82265b85 try to build release plume&plm on ci (#528)
ref Plume-org/docs#27
I should archive the artifacts before uploading
2019-04-19 11:36:45 +01:00

5 lines
138 B
Bash
Executable file

#!/bin/bash
mkdir bin
cp target/release/{plume,plm} bin
cp "$(which diesel)" bin
tar -cvzf plume.tar.gz bin/ static/ migrations/$FEATURES