Update the Gitpod YAML to automatically build and install agbcc.

This commit is contained in:
Jess 2022-10-11 11:46:31 +00:00
parent 7eece44655
commit 67b3f7021e
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
# and commit this file to your remote git repository to share the goodness with others.
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 ../