dotfiles/bin/run-from-helix

23 lines
624 B
Plaintext
Raw Normal View History

2023-10-04 21:50:44 -04:00
#!/bin/bash
2024-03-05 18:47:19 -05:00
set -o pipefail
2023-10-04 00:55:20 -04:00
2024-03-05 18:47:19 -05:00
./build.sh
# cargo check --all-targets
# cargo check
2023-10-09 00:21:24 -04:00
# cargo test
2024-03-05 18:47:19 -05:00
# cargo clippy --all --all-targets --fix --allow-dirty --allow-staged
# echo -n > error.log; RUST_BACKTRACE=1 cargo run -- ash@code.moparisthe.best/moparisthebest 2>&1 | tee -a error.log | grep --line-buffered -v '^+'
# cargo check -p tokio-xmpp --no-default-features --features tls-rust
# cargo check -p xmpp --no-default-features --features tls-rust
# xsltproc xep.xsl host-meta-2.xml > host-meta-2.html && firefox host-meta-2.html
# [ $? -eq 0 ] && exit 0
2023-10-04 00:55:20 -04:00
2023-10-09 00:21:24 -04:00
echo "exited with $?"
echo "press any key to exit"
read -n1 bla