+ spec
This commit is contained in:
parent
b6495002e3
commit
545d7338fc
1 changed files with 6 additions and 0 deletions
6
spec.sh
Executable file
6
spec.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
make xiang
|
||||
VERSION=$(go run . version)
|
||||
rm -rf ../xiang-spec/xiang/*
|
||||
cp -R dist/bin ../xiang-spec/xiang/"v$VERSION"
|
||||
make clean
|
||||
Loading…
Add table
Reference in a new issue