appveyor: fine
This commit is contained in:
parent
b293d016eb
commit
4c1519347a
@ -3,9 +3,12 @@ image: Ubuntu1804
|
|||||||
init:
|
init:
|
||||||
- sh: >-
|
- sh: >-
|
||||||
sudo apt-get update
|
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
|
sudo apt-get install rsync wget unzip build-essential git bc swig libncurses-dev libpython3-dev libssl-dev python3-distutils -y
|
||||||
environment:
|
environment:
|
||||||
LD_LIBRARY_PATH: '""'
|
LD_LIBRARY_PATH: '""'
|
||||||
build_script:
|
build_script:
|
||||||
- sh: "cd buildroot\nmake yuzukihd_yuzukiruler_defconfig \nmake linux"
|
- sh: >-
|
||||||
|
cd buildroot
|
||||||
|
|
||||||
|
make yuzukihd_yuzukiruler_defconfig
|
||||||
Loading…
x
Reference in New Issue
Block a user