]> ruderich.org/simon Gitweb - linux-network-namespace-labs/linux-network-namespace-labs.git/commitdiff
Add punyci
authorSimon Ruderich <simon@ruderich.org>
Sun, 12 Jul 2026 05:32:57 +0000 (07:32 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 12 Jul 2026 05:32:57 +0000 (07:32 +0200)
.punyci.toml [new file with mode: 0644]

diff --git a/.punyci.toml b/.punyci.toml
new file mode 100644 (file)
index 0000000..aa6c54c
--- /dev/null
@@ -0,0 +1,8 @@
+[[Jobs]]
+Image = "golang:1.26"
+Script = """
+mkdir -p /punyci-cache/pkg
+ln -s /punyci-cache/pkg /go/pkg
+./ci/run
+"""
+Cache = true