30 Commits

Author SHA1 Message Date
Michał Kopeć 1f39c10645 .github/workflows/ci.yml: bump action versions
Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
2025-03-06 17:07:39 +01:00
Michał Kopeć 41076adc44 .github/workflows/ci.yml: add MTL dGPU models
Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
2025-03-06 17:07:38 +01:00
Michał Kopeć 85843770c3 .github/workflows/ci.yml: remove lint job
The lint was failing due to my workstation and the job runtime having
different clang-format versions.

pre-commit handles those steps for us already, and can be configured to
use an arbitrary clang version, so just remove the old lint job.

Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
2024-07-09 15:44:21 +02:00
Maciej Pijanowski 8d11d79ae2 .github/workflows/ci.yml: add mtl models
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
2024-07-09 15:40:02 +02:00
Michał Kopeć a25ce10b04 .github/workflows/ci.yml: bump upload_artifacts to v3
Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
2023-11-23 11:46:50 +01:00
Michał Kopeć 2fa2145970 .github/workflows/ci.yml: fix lint script paths
Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
2023-07-18 13:30:28 +02:00
Maciej Pijanowski 95e2d167d3 .github/workflows/ci.yml: save artifacts
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
2023-06-14 14:06:35 +02:00
Maciej Pijanowski 18b5245041 .github/workflows/ci.yml: fix build cmd
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
2023-06-14 14:05:33 +02:00
Maciej Pijanowski d2aeea2a44 .github/workflows/ci.yml: update
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
2023-06-14 14:05:23 +02:00
Maciej Pijanowski 9327480a41 .github/workflows/ci.yml: adjust
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
2023-06-14 14:04:32 +02:00
Tim Crawford f687000a4f ci: Install deps before running lints
Signed-off-by: Tim Crawford <tcrawford@system76.com>
2023-01-18 13:52:14 -07:00
Tim Crawford 7205f1a49e Add shellcheck lint
Run shellcheck [1] on the bash files.

[1]: https://www.shellcheck.net/

Signed-off-by: Tim Crawford <tcrawford@system76.com>
2023-01-18 13:52:14 -07:00
Tim Crawford 1aadc68257 scripts: Rewrite lint scripts
Rewrite lint scripts to report what they do and if they pass. In the
case they fail list the files that caused the failure, except for
clang-format, which will be slow to run of every file individually
(should just run `make fmt` anyway). Also add a script to run all the
lints in order with a single command.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
2023-01-18 13:52:14 -07:00
Tim Crawford b03c960b4f make: Reduce build output
Default to silent builds, only outputting the file being generated. This
gives output similar to Linux/coreboot output when building. `VERBOSE=1`
can be passed to show the actual commands.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
2023-01-18 12:18:31 -07:00
Tim Crawford c3267fc4ad ci: Update to Ubuntu 22.04
Signed-off-by: Tim Crawford <tcrawford@system76.com>
2023-01-10 12:02:21 -07:00
Tim Crawford 371f6d3047 galp6: Add Galago Pro 6
Signed-off-by: Tim Crawford <tcrawford@system76.com>
2022-08-01 19:26:36 -06:00
Tim Crawford 22fa2769ad gaze17-3050: Update configs
- Add to CI
- Correct smart charger values
- Enable WLAN power
- Enable USB power
- Disable mute

Signed-off-by: Tim Crawford <tcrawford@system76.com>
2022-07-26 09:27:44 -06:00
Tim Crawford 5ef477ab5b ci: Add darp8 and lemp11
Signed-off-by: Tim Crawford <tcrawford@system76.com>
2022-07-12 15:31:35 -06:00
Tim Crawford e8d91e5c2d oryp9: Add Oryx Pro 9
Signed-off-by: Tim Crawford <tcrawford@system76.com>
2022-07-12 15:31:35 -06:00
Jeremy Soller 375d11f4ed Add gaze17 2022-05-16 11:16:33 -07:00
Tim Crawford 700f9e3756 ci: Add clang-format check
Signed-off-by: Tim Crawford <tcrawford@system76.com>
2022-03-22 12:52:47 -06:00
Jeremy Soller d3ee037879 Add gaze16 to CI 2021-09-20 10:58:11 -06:00
Jeremy Soller 9046f1e527 Add oryp8 2021-09-20 10:50:53 -06:00
Tim Crawford 8bdcf243ec Add lint to ensure spaces are used for indentation 2021-05-07 12:44:48 -06:00
Ian Douglas Scott 301eef6f21 tool: Fix and CI test with redox_hwio 2021-03-04 13:51:19 -07:00