From dfdec42bc87635b6798b8acbe351167210703d38 Mon Sep 17 00:00:00 2001 From: BRODY MORAN Date: Sun, 9 Oct 2022 16:30:47 +0000 Subject: [PATCH] chore: set up Gitpod's config to auto-install build deps and pull the latest agbcc --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index c6c8a37..3885614 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -3,6 +3,6 @@ # and commit this file to your remote git repository to share the goodness with others. tasks: - - init: echo "See INSTALL.md for compilation instructions." + - init: make clean && sudo apt install binutils-arm-none-eabi -y && git submodule update --remote