mirror of
https://git.alemi.dev/fedimut.git
synced 2024-11-23 16:54:47 +01:00
ci: add tci script
This commit is contained in:
parent
cfcb6f24fe
commit
a8b89feb7a
1 changed files with 7 additions and 0 deletions
7
.tci
Executable file
7
.tci
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo "rebuilding..."
|
||||||
|
cargo build --release
|
||||||
|
echo "installing..."
|
||||||
|
cat ./target/release/fedimut > /opt/bin/fedimut # do it like this because we lack w perms on the directory
|
||||||
|
|
Loading…
Reference in a new issue