rastrillo / aviso Public
| 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". |
| 5 | set -e |
| 6 | exec make ci |
| 7 |