Commit graph

19 commits

Author SHA1 Message Date
3569ff32cd
ci: debug builds action (#15)
Some checks failed
Debug / Get build version (push) Has been cancelled
Test & Lint / lint (push) Has been cancelled
Debug / Build for linux-x86_64 (push) Has been cancelled
Debug / Build for macos-aarch64 (push) Has been cancelled
Debug / Build for macos-x86_64 (push) Has been cancelled
Debug / Build for windows-x86_64 (push) Has been cancelled
* chore(actions): create debug build action

* chore(actions): remove unneeded targets

Also do the following:
* Use v4 of artifact upload action
* Install Linux-specific build dependencies
* Do not include version-management feature while building
* Fix cargo build command
* Include native mac x86 target instead of cross compilation

* chore(actions): fix bad compile command

Turns out I hallucinated `--exclude-features` into existence.

* chore(actions): add job to shorten github commit SHA

* chore(actions): use bash patterns for commit SHA trimming

* chore(actions): fix bash pattern syntax being improper

* chore(actions): use `tee` to write trimmed version to stdout for debugging

* chore(actions): include full semver version including git commit SHA

* chore(actions): checkout code first in `get-version` job

* chore(actions): write `trimmed_sha` to `GITHUB_OUTPUT` correclty

* chore(actions): add name for `get-version` job

* chore(actions): make matrix `job-name`s be consistent with release workflow

* chore(actions): provide `exe` for windows manually instead of glob

Also makes step now error on no matching files.
2024-12-25 15:45:29 +01:00
daimond113
3810a3b9ff
ci: attempt to fix release ci 2024-12-14 23:59:58 +01:00
daimond113
52c502359b
chore(release): prepare for v0.5.0 2024-12-14 23:53:59 +01:00
daimond113
5232abc1d5
ci: update stable toolchain for clippy 2024-10-30 20:11:32 +01:00
daimond113
699727793e
ci: specify nightly toolchain for rustfmt 2024-10-30 20:03:36 +01:00
daimond113
76a78f462a
ci: use nightly toolchain for rustfmt 2024-10-30 20:01:15 +01:00
daimond113
7057211564
ci: use rust action 2024-10-30 19:56:12 +01:00
daimond113
9f08c7a794
ci: fix release ci 2024-09-29 17:33:18 +02:00
daimond113
d608fa141f
ci: try to fix errors 2024-09-29 17:25:53 +02:00
daimond113
e0dccbf568
ci: try to fix errors 2024-09-29 17:24:24 +02:00
daimond113
ed0ea11db0
ci: remove outdated code 2024-09-29 09:29:35 +02:00
daimond113
8bb07bea60
ci: delete git cliff config 2024-09-29 00:40:29 +02:00
daimond113
7f8b2761ab
feat: self managed versioning 2024-07-26 18:47:53 +02:00
daimond113
fdad8995a4
feat: implement dependency resolver and lune scripts 2024-07-14 15:19:15 +02:00
daimond113
39102908cb
ci: update macos x86_64 image (the default is now arm) 2024-05-12 13:15:51 +02:00
daimond113
e829cd8143
ci: 🚩 remove macos aarch64 due to costs 2024-03-28 13:58:33 +01:00
daimond113
4b0aca4eb0
ci: run clippy on all workspace members 2024-03-16 22:37:16 +01:00
daimond113
d6dcad739f
chore: 🚀 setup crates.io publishing 2024-03-06 22:45:39 +01:00
daimond113
ec1c6fcffa
feat: 🎉 initial commit 2024-03-04 21:18:49 +01:00