aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2021-09-16 11:05:17 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2021-09-16 11:05:17 +0900
commitd87507d96ed47cf2bc44f0fd3c733d52fbdf4fb0 (patch)
treea7eae87171087f4169802d8701a9ec5157a83b84
parente0d838b8412f506b877c99f9cb509477535b0024 (diff)
Add vikalpa job.
-rw-r--r--jobs/vikalpa.run8
1 files changed, 8 insertions, 0 deletions
diff --git a/jobs/vikalpa.run b/jobs/vikalpa.run
new file mode 100644
index 0000000..f39cd74
--- /dev/null
+++ b/jobs/vikalpa.run
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+set -euo pipefail
+
+git clone https://git.tojo.tokyo/vikalpa.git .
+git checkout "${branch:-master}"
+git log -n 1
+
+guix environment -l guix.scm --container --pure -- make check