blob: 54ab853b3a9d2cbf8f7562b56cb4b45770c7b7e4 (
about) (
plain)
1
2
3
4
5
6
7
8
|
#!/usr/bin/env bash
set -euo pipefail
git clone https://git.tojo.tokyo/infix-to-prefix.git .
git checkout "${branch:-main}"
git log -n 1
guix shell --pure -m manifest.scm -- make test
|