update CI build script

This commit is contained in:
longpanda 2021-01-29 13:02:51 +08:00
parent de6eb54853
commit 17da2e2a21
5 changed files with 31 additions and 9 deletions

8
DOC/prepare_env.sh Normal file
View file

@ -0,0 +1,8 @@
#!/bin/bash
#[ -d /opt/diet64 ] || sh ./installdietlibc.sh
[ -d /opt/gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu ] || tar xf /opt/gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu.tar.xz -C /opt
[ -d /opt/aarch64--uclibc--stable-2020.08-1 ] || tar xf /opt/aarch64--uclibc--stable-2020.08-1.tar.bz2 -C /opt