ci: build with all features

This commit is contained in:
əlemi 2024-05-27 19:40:05 +02:00
parent fb82f92da5
commit 8c1c98a197
Signed by: alemi
GPG key ID: A4895B84D311642C

4
.tci
View file

@ -1,9 +1,9 @@
#!/bin/bash
cargo build --release
cargo build --release --all-features
echo "stopping service"
systemctl --user stop mumble-stats
echo "replacing binary"
cat ./target/release/mumble-stats-api > /opt/bin/mumble-stats-api
mv ./target/release/mumble-stats-api /opt/bin/mumble-stats-api
echo "restarting service"
systemctl --user start mumble-stats