2023-09-12 14:24:35 +00:00
|
|
|
* add second build target `world.c`
|
|
|
|
* add GitHub workflow to build all targets, upload/publish all artifacts
|
2023-09-12 15:31:06 +00:00
|
|
|
* deb, rpm, tgz of source
|
|
|
|
* Docker container on DockerHub, GitHub Container Repository (ghcr.io)
|
|
|
|
* containers could have multiple tags as in `latest` and `1.0.0`
|
2023-09-12 14:24:35 +00:00
|
|
|
* add Nix Flake
|
2023-09-13 17:54:05 +00:00
|
|
|
* devShell
|
2023-09-12 14:24:35 +00:00
|
|
|
* direnv/envrc
|
2023-09-12 15:31:06 +00:00
|
|
|
* build windows MSYS2
|
|
|
|
* formatting
|
|
|
|
* lint
|
|
|
|
* security audits
|
|
|
|
* Gitpod
|
2023-09-13 17:54:05 +00:00
|
|
|
* recorded ascii demo
|
|
|
|
* README.md
|
|
|
|
* build and other badges
|
|
|
|
|
|
|
|
-----
|
|
|
|
nix flake show
|
|
|
|
nix flake show --json | jq '.packages."x86_64-linux"|keys[]'| xargs -I {} nix build .#{}
|