blob: 5ad47b4041ca914a7c3a741478b4a02ad0f9a1f6 (
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:-master}"
git log -n 1
guix shell --pure -m manifest.scm -- make test
|