Advent of Code solutions in Rust

ci: add workflow for building project on tangled spindle #1

merged opened by jonas.tngl.sh targeting main from jg/rmroslylwuuq
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:bgslv45eubr4gvkfwjd5kv7s/sh.tangled.repo.pull/3m5zbgqkg5u22
+16
Diff #1
+16
.tangled/workflows/rust.yml
··· 1 + when: 2 + - event: ["push", "manual"] 3 + branch: ["main"] 4 + - event: ["pull_request"] 5 + branch: ["main"] 6 + 7 + engine: "nixery" 8 + 9 + dependencies: 10 + nixpkgs: 11 + rustc 12 + cargo 13 + 14 + steps: 15 + - name: "Build all projects" 16 + command: "cargo build --release --verbose"

History

2 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
ci: add workflow for building project on tangled spindle
expand 0 comments
pull request successfully merged
1 commit
expand
ci: add workflow for building project on tangled spindle
expand 0 comments