rastrillo / idear Public

Clone
git clone https://amadan.net/rastrillo/idear

Plain git — no account needed to clone.

Download

Download this file

1#!/bin/sh
2# amadan CI entry (single-script fallback for runners without step
3# support). The steps in ci.d/ are the same targets, reported one by
4# one. Must stay executable: a non-executable script resolves "skipped".
5set -e
6exec make ci
7