ci: add tci script

This commit is contained in:
əlemi 2024-02-28 17:44:24 +01:00
parent cfcb6f24fe
commit a8b89feb7a
Signed by: alemi
GPG key ID: A4895B84D311642C

7
.tci Executable file
View 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