mirror of
https://github.com/lupyuen/nuttx-build-farm.git
synced 2025-01-12 15:18:32 +08:00
Add article
This commit is contained in:
parent
a99c1f8aba
commit
de7926f005
2 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
## Rewind the NuttX Build for a bunch of Commits.
|
||||
## Read the article: https://lupyuen.github.io/articles/ci6
|
||||
## Results will appear in the NuttX Dashboard > NuttX Build History:
|
||||
## sudo apt install neofetch glab gh
|
||||
## sudo sh -c '. ../github-token.sh && ./rewind-build.sh ox64:nsh'
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
## Rewind the NuttX Build for One Single Commit.
|
||||
## Read the article: https://lupyuen.github.io/articles/ci6
|
||||
## sudo ./rewind-commit.sh ox64:nsh 7f84a64109f94787d92c2f44465e43fde6f3d28f d6edbd0cec72cb44ceb9d0f5b932cbd7a2b96288 2024-11-24T00:00:00 7f84a64109f94787d92c2f44465e43fde6f3d28f 7f84a64109f94787d92c2f44465e43fde6f3d28f
|
||||
## sudo ./rewind-commit.sh rv-virt:citest 656883fec5561ca91502a26bf018473ca0229aa4 3c4ddd2802a189fccc802230ab946d50a97cb93c
|
||||
|
||||
|
|
Loading…
Reference in a new issue