aboutsummaryrefslogtreecommitdiff
path: root/bin/build-all.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* memester eggSelene ToyKeeper2025-01-051-6/+2
| | | | | (was written a long time ago on a whim and never committed, may as well do it now)
* moved version string calculation to bin/version-string.shSelene ToyKeeper2023-12-051-13/+1
| | | | | | Also updated the format slightly, so this rev is: `2023-12-03+2#1` +N for commits since tag #1 for dirty
* build-all: handle the case where "git describe" can't get any tagsSelene ToyKeeper2023-12-021-0/+5
| | | | Resulting revision is "$MODEL-0.$HASH" where the hash is the commit short ID
* build-all.sh: re-indented, started organizing code into functionsSelene ToyKeeper2023-11-301-75/+84
| | | | | (still needs a proper rewrite, but at least the version.h code is in a separate function now)
* changed version number to use the latest release tag instead of build dateSelene ToyKeeper2023-11-301-4/+16
| | | | | | | Before: 2023-11-30 (build date) After: 2023-10-31-98.1 (latest release tag + number of commits since + dirty flag)
* added md5sum to build-all.sh output per targetSelene ToyKeeper2023-11-101-2/+5
| | | | (to make it easier to detect when builds did or didn't change)
* shell script cleanup (fix lint warnings, remove unused scripts)Selene ToyKeeper2023-11-071-17/+18
|
* Changed bash and sh shebangs to /usr/bin/envIgor Bulekov2023-11-071-1/+1
|
* memesSelene ToyKeeper2023-11-061-0/+2
|
* build-all.sh: don't err when search term starts with a dashSelene ToyKeeper2023-11-061-1/+1
|
* help CI detect build failuresSelene ToyKeeper2023-11-051-0/+1
| | | | | | made 'make' and 'build-all.sh' exit with an error on fail, so CI can hopefully detect it... and added an intentional source bug to make it fail for testing purposes
* moved ATTINY and MODEL_NUMBER into $target/arch and $target/model,Selene ToyKeeper2023-11-031-4/+3
| | | | and updated other scripts and files accordingly
* moved variant builds under their parent, like "d4-219" -> "d4/219"Selene ToyKeeper2023-11-031-4/+5
|
* fixed compile scripts and added a "./make" wrapper for convenienceSelene ToyKeeper2023-11-031-8/+17
| | | | (instead of a Makefile, which isn't really needed for this project)
* renamed cfg.h -> anduril.h so each UI can have its own cfg (part 1)Selene ToyKeeper2023-11-031-2/+2
| | | | | (still need to update file contents afterward, but doing it in a separate commit so git can detect renames easier)
* got things to compile again, renamed #includesSelene ToyKeeper2023-11-021-8/+11
| | | | (also modified the build scripts to work with the new file structure)
* reorganized project files (part 1)Selene ToyKeeper2023-11-021-0/+57
(just moved files, didn't change the contents yet, and nothing will work without updating #includes and build scripts and stuff)