mirror of
https://github.com/lupyuen/nuttx-riscv64.git
synced 2025-01-12 15:18:29 +08:00
NuttX Mainline
This commit is contained in:
parent
d7f11c18c9
commit
74210f0da2
8 changed files with 9 additions and 9 deletions
|
@ -28,7 +28,7 @@ jobs:
|
|||
set -x # Echo commands
|
||||
|
||||
## TODO: Paste the GitHub Repo and Branch
|
||||
source=https://github.com/lupyuen2/wip-nuttx/tree/benchmark9
|
||||
source=https://github.com/apache/nuttx/tree/master
|
||||
|
||||
## Match `https://github.com/user/repo/tree/branch`
|
||||
pattern='\(.*\)\/tree\/\(.*\)'
|
||||
|
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
set -x # Echo commands
|
||||
|
||||
## TODO: Paste the GitHub Repo and Branch
|
||||
source=https://github.com/lupyuen2/wip-nuttx/tree/benchmark9
|
||||
source=https://github.com/apache/nuttx/tree/master
|
||||
|
||||
## Match `https://github.com/user/repo/tree/branch`
|
||||
pattern='\(.*\)\/tree\/\(.*\)'
|
||||
|
|
2
.github/workflows/special-qemu-riscv-nsh.yml
vendored
2
.github/workflows/special-qemu-riscv-nsh.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
set -x # Echo commands
|
||||
|
||||
## TODO: Paste the GitHub Repo and Branch
|
||||
source=https://github.com/lupyuen2/wip-nuttx/tree/benchmark9
|
||||
source=https://github.com/apache/nuttx/tree/master
|
||||
|
||||
## Match `https://github.com/user/repo/tree/branch`
|
||||
pattern='\(.*\)\/tree\/\(.*\)'
|
||||
|
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
set -x # Echo commands
|
||||
|
||||
## TODO: Paste the GitHub Repo and Branch
|
||||
source=https://github.com/lupyuen2/wip-nuttx/tree/benchmark9
|
||||
source=https://github.com/apache/nuttx/tree/master
|
||||
|
||||
## Match `https://github.com/user/repo/tree/branch`
|
||||
pattern='\(.*\)\/tree\/\(.*\)'
|
||||
|
|
|
@ -11,11 +11,11 @@ function runme() {
|
|||
| sed 's/\x1B[<=>]//g' \
|
||||
| sed 's/\x1B\[[0-9:;<=>?]*[!]*[A-Za-z]//g' \
|
||||
| sed 's/\x1B[@A-Z\\\]^_]\|\x1B\[[0-9:;<=>?]*[-!"#$%&'"'"'()*+,.\/]*[][\\@A-Z^_`a-z{|}~]//g' \
|
||||
>>/tmp/special-qemu-riscv-knsh-paging-clean.log
|
||||
>/tmp/special-qemu-riscv-knsh-paging-clean.log
|
||||
cat /tmp/special-qemu-riscv-knsh-paging-clean.log | \
|
||||
gh gist create \
|
||||
--public \
|
||||
--desc "Special Build and Test NuttX for QEMU RISC-V 32-bit (Kernel Build)" \
|
||||
--desc "Special Build and Test NuttX for QEMU RISC-V 32-bit (Kernel Build with Paging)" \
|
||||
--filename "special-qemu-riscv-knsh-paging.log"
|
||||
}
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ function runme() {
|
|||
| sed 's/\x1B[<=>]//g' \
|
||||
| sed 's/\x1B\[[0-9:;<=>?]*[!]*[A-Za-z]//g' \
|
||||
| sed 's/\x1B[@A-Z\\\]^_]\|\x1B\[[0-9:;<=>?]*[-!"#$%&'"'"'()*+,.\/]*[][\\@A-Z^_`a-z{|}~]//g' \
|
||||
>>/tmp/special-qemu-riscv-knsh-clean.log
|
||||
>/tmp/special-qemu-riscv-knsh-clean.log
|
||||
cat /tmp/special-qemu-riscv-knsh-clean.log | \
|
||||
gh gist create \
|
||||
--public \
|
||||
|
|
|
@ -11,7 +11,7 @@ function runme() {
|
|||
| sed 's/\x1B[<=>]//g' \
|
||||
| sed 's/\x1B\[[0-9:;<=>?]*[!]*[A-Za-z]//g' \
|
||||
| sed 's/\x1B[@A-Z\\\]^_]\|\x1B\[[0-9:;<=>?]*[-!"#$%&'"'"'()*+,.\/]*[][\\@A-Z^_`a-z{|}~]//g' \
|
||||
>>/tmp/special-qemu-riscv-knsh64-clean.log
|
||||
>/tmp/special-qemu-riscv-knsh64-clean.log
|
||||
cat /tmp/special-qemu-riscv-knsh64-clean.log | \
|
||||
gh gist create \
|
||||
--public \
|
||||
|
|
|
@ -11,7 +11,7 @@ function runme() {
|
|||
| sed 's/\x1B[<=>]//g' \
|
||||
| sed 's/\x1B\[[0-9:;<=>?]*[!]*[A-Za-z]//g' \
|
||||
| sed 's/\x1B[@A-Z\\\]^_]\|\x1B\[[0-9:;<=>?]*[-!"#$%&'"'"'()*+,.\/]*[][\\@A-Z^_`a-z{|}~]//g' \
|
||||
>>/tmp/special-qemu-riscv-nsh64-clean.log
|
||||
>/tmp/special-qemu-riscv-nsh64-clean.log
|
||||
cat /tmp/special-qemu-riscv-nsh64-clean.log | \
|
||||
gh gist create \
|
||||
--public \
|
||||
|
|
Loading…
Reference in a new issue