this repo has no description
at test 536 B view raw
1when: 2 - event: ["push"] 3 branch: ["main"] 4 tag: ["*"] 5 6engine: nixery 7 8dependencies: 9 nixpkgs: 10 - go 11 - less 12 - gcc 13 14 # custom registry 15 git+https://tangled.org/regnault.dev/spindle-artifact: 16 - spindle-artifact 17 18environment: 19 CGO_ENABLED: 1 20 21steps: 22 - name: Build 23 command: | 24 go build . 25 mv spindle-artifact spindle-artifact-$TANGLED_REF_NAME 26 27 - name: Upload artifact 28 command: | 29 ~/.nix-profile/bin/spindle-artifact spindle-artifact $TANGLED_REF_NAME spindle-artifact-$TANGLED_REF_NAME