add simple little script to generate release artifacts
for linux anyway
This commit is contained in:
parent
5d732a0880
commit
e12aac3506
9
generate-release-artifacts.sh
Executable file
9
generate-release-artifacts.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
cargo install --path . --root ./artifacts/
|
||||
cargo install --path ./syntax_to_css/ --root ./artifacts/
|
||||
|
||||
cd ./artifacts/bin
|
||||
tar -cvf ../../release.tar.gz ./pbe ./syntax_to_css
|
||||
|
Loading…
Reference in a new issue