Skip to content

Commit

Permalink
Remove rpi platform as it's now removed from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
phunkyfish committed Oct 12, 2020
1 parent 7ca7ca3 commit bff7ebc
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions appveyor.yml
Expand Up @@ -17,8 +17,6 @@ environment:
PLATFORM: linux-x86_64
- APPVEYOR_BUILD_WORKER_IMAGE: ubuntu
PLATFORM: linux-clang-x86_64
- APPVEYOR_BUILD_WORKER_IMAGE: ubuntu
PLATFORM: rbpi-arm

init:
- ps: |
Expand All @@ -37,11 +35,6 @@ install:
sudo apt-get install --yes --no-install-recommends --no-upgrade clang
export CC=clang CXX=clang++
;;
"rbpi-arm")
git clone -q --depth=1 https://github.com/raspberrypi/tools.git $ROOT/tools
# we don't need the firmware. fake it
mkdir -p $ROOT/firmware/opt/vc/include
;;
esac
before_build:
Expand All @@ -56,17 +49,6 @@ before_build:
# generate toolchain file
params=()
case "$PLATFORM" in
"rbpi-arm")
params+=(
--with-platform=raspberry-pi2
--host=arm-linux-gnueabihf
--with-toolchain="$ROOT/tools/arm-bcm2708/arm-linux-gnueabihf"
--with-firmware="$ROOT/firmware"
--build=x86_64-linux
)
;;
esac
cd "$KODI/tools/depends"
sed -i 's/@platform_ldflags@//' target/Toolchain_binaddons.cmake.in
Expand Down

0 comments on commit bff7ebc

Please sign in to comment.