try to build release plume&plm on ci (#528)

ref Plume-org/docs#27
I should archive the artifacts before uploading
This commit is contained in:
fdb-hiroshima
2019-04-19 12:36:45 +02:00
committed by Baptiste Gelez
parent 0d708e1639
commit 3d82265b85
2 changed files with 68 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
mkdir bin
cp target/release/{plume,plm} bin
cp "$(which diesel)" bin
tar -cvzf plume.tar.gz bin/ static/ migrations/$FEATURES