Update the Gitpod YAML to automatically build and install agbcc.
This commit is contained in:
parent
7eece44655
commit
67b3f7021e
@ -3,6 +3,6 @@
|
|||||||
# and commit this file to your remote git repository to share the goodness with others.
|
# and commit this file to your remote git repository to share the goodness with others.
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- init: make clean && sudo apt install binutils-arm-none-eabi -y && git submodule update --remote
|
- init: make clean && sudo apt install binutils-arm-none-eabi -y && git submodule update --remote && cd agbcc && ./build.sh && ./install.sh ../
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user