File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ matrix:
1313 - npm i -g npm@latest
1414 - sudo apt-get install -y librtlsdr-dev libflac-dev rpm
1515 - os : linux
16- dist : trusty
16+ dist : xenial
1717 sudo : required
1818 env :
1919 - DEPLOY="false"
2020 - ARCH="arm"
2121 before_install :
2222 - npm i -g npm@latest
23- - sudo apt-get install -y libc6-dev-armhf-cross linux-libc-dev-armhf-cross g++-arm-linux-gnueabihf && sudo sed 's~\(\(deb\(-src\)*\) \([^\[]\)\)~\2 [arch=amd64] \4~' /etc/apt/sources.list | sudo tee /etc/apt/sources.list && sudo bash -c 'echo "deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports/ trusty main multiverse restricted universe" > /etc/apt/sources.list.d/arm-repo.list' && sudo dpkg --add-architecture armhf && sudo apt-get update && sudo apt-get install -y libudev1:armhf libusb-1.0-0:armhf libusb-1.0-0-dev:armhf librtlsdr0:armhf librtlsdr-dev:armhf
23+ - sudo apt-get install -y libc6-dev-armhf-cross linux-libc-dev-armhf-cross g++-arm-linux-gnueabihf && sudo sed 's~\(\(deb\(-src\)*\) \([^\[]\)\)~\2 [arch=amd64] \4~' /etc/apt/sources.list | sudo tee /etc/apt/sources.list && sudo bash -c 'echo "deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports/ xenial main multiverse restricted universe" > /etc/apt/sources.list.d/arm-repo.list' && sudo dpkg --add-architecture armhf && sudo apt-get update && sudo apt-get install -y libc6:armhf libudev1:armhf libusb-1.0-0:armhf libusb-1.0-0-dev:armhf librtlsdr0:armhf librtlsdr-dev:armhf
2424 - os : osx
2525 before_install :
2626 - npm i -g npm@latest
You can’t perform that action at this time.
0 commit comments