ocaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add build manifest

References:
- https://todo.sr.ht/~jonsterling/forester/79
- https://builds.sr.ht/~kentookura/job/1359702

authored by

Kento Okura and committed by
Jon Sterling
6ab8b3b4 bf63e882

+24
+24
.build.yaml
··· 1 + # SPDX-FileCopyrightText: 2024 The Forester Project Contributors 2 + # 3 + # SPDX-License-Identifier: CC0-1.0 4 + 5 + image: nixos/24.05 6 + secrets: 7 + - d3cd871a-da6f-4ee3-94e9-fe8bc36233cc 8 + 9 + sources: 10 + - https://git.sr.ht/~jonsterling/ocaml-forester 11 + 12 + environment: 13 + cache: https://forester.cachix.org/ 14 + 15 + tasks: 16 + - setup: | 17 + nix-env -iA cachix -f https://cachix.org/api/v1/install 18 + nix-env -iA nixos.jq 19 + cachix use forester 20 + - check: | 21 + cd ocaml-forester 22 + nix --extra-experimental-features "nix-command flakes" build --json \ 23 + | jq -r '.[].outputs | to_entries[].value' \ 24 + | cachix push forester