appveyor: fine

This commit is contained in:
YuzukiTsuru 2022-03-30 15:59:17 +08:00
parent b293d016eb
commit 4c1519347a

View File

@ -3,9 +3,12 @@ image: Ubuntu1804
init:
- sh: >-
sudo apt-get update
sudo apt-get install rsync wget unzip build-essential git bc swig libncurses-dev libpython3-dev libssl-dev python3-distutils -y
environment:
LD_LIBRARY_PATH: '""'
build_script:
- sh: "cd buildroot\nmake yuzukihd_yuzukiruler_defconfig \nmake linux"
- sh: >-
cd buildroot
make yuzukihd_yuzukiruler_defconfig