update build system to be a little more flexible

This commit is contained in:
sigil-03 2025-08-30 11:09:37 -06:00
parent 09ba2415d0
commit cb73b71ffe
4 changed files with 18 additions and 3 deletions

View file

@ -4,6 +4,7 @@ mkdir ${PWD}/tmp
cd tmp
git clone ssh://git@git.glyphs.tech:222/sigil-03/docker-devtools.git
cd docker-devtools/ch32
docker build --tag ch32-env .
ls
./build.sh
cd $DIR
rm -rf tmp