mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
Added more boards to CI
This commit is contained in:
parent
cad528fc56
commit
4218e495af
@ -31,3 +31,12 @@ jobs:
|
||||
- run:
|
||||
name: Build eLua for EK-LM3S8962
|
||||
command: PATH=$PATH:$(readlink -f bin/gcc-arm-none-eabi-7-2017-q4-major/bin) lua build_elua.lua board=ek-lm3s8962
|
||||
- run:
|
||||
name: Build eLua for mbed LCP 1768
|
||||
command: PATH=$PATH:$(readlink -f bin/gcc-arm-none-eabi-7-2017-q4-major/bin) lua build_elua.lua board=mbed
|
||||
- run:
|
||||
name: Build eLua for elua-puc
|
||||
command: PATH=$PATH:$(readlink -f bin/gcc-arm-none-eabi-7-2017-q4-major/bin) lua build_elua.lua board=elua-puc
|
||||
- run:
|
||||
name: Build eLua for arm2368
|
||||
command: PATH=$PATH:$(readlink -f bin/gcc-arm-none-eabi-7-2017-q4-major/bin) lua build_elua.lua board=arm2368
|
||||
|
Loading…
x
Reference in New Issue
Block a user