mirror of
https://github.com/brain-hackers/buildbrain
synced 2025-10-28 11:08:36 +09:00
Add files
This commit is contained in:
38
r3build.toml
Normal file
38
r3build.toml
Normal file
@@ -0,0 +1,38 @@
|
||||
[log]
|
||||
time = true
|
||||
|
||||
[[job]]
|
||||
name = "U-Boot"
|
||||
path = './u-boot-brain'
|
||||
|
||||
type = "make"
|
||||
directory = "u-boot-brain"
|
||||
target = "u-boot.sb"
|
||||
|
||||
when = "modified"
|
||||
glob = [
|
||||
'./u-boot-brain/*.c',
|
||||
'./u-boot-brain/*.h',
|
||||
'./u-boot-brain/*.dts',
|
||||
'./u-boot-brain/*config',
|
||||
]
|
||||
|
||||
environment.ARCH = "arm"
|
||||
environment.CROSS_COMPILE = "arm-linux-gnueabi-"
|
||||
|
||||
[[job]]
|
||||
name = "Linux"
|
||||
path = "./linux-brain"
|
||||
|
||||
type = "make"
|
||||
target = "lbuild"
|
||||
|
||||
when = "modified"
|
||||
regex = [
|
||||
'./linux-brain/.+\.[ch]$',
|
||||
'./linux-brain/.+\.dts$',
|
||||
]
|
||||
|
||||
environment.ARCH = "arm"
|
||||
environment.CROSS_COMPILE = "arm-linux-gnueabi-"
|
||||
|
||||
Reference in New Issue
Block a user