Skip to content

Commit

Permalink
Removed ppc64le target.
Browse files Browse the repository at this point in the history
  • Loading branch information
kondrak committed Apr 9, 2020
1 parent f93f690 commit cc297ca
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,6 @@ before_install:

matrix:
include:
- os: linux

This comment has been minimized.

Copy link
@runlevel5

runlevel5 Apr 10, 2020

Contributor

@kondrak my bad, let me fix it up

arch: ppc64le
compiler: g++
sudo: required
install:
- export VULKAN_SDK=$TRAVIS_BUILD_DIR/$VK_VERSION/x86_64
- sudo apt-get -qq update
- sudo apt-get install -y make gcc g++ mesa-common-dev libglu1-mesa-dev libxxf86dga-dev libxxf86vm-dev libasound2-dev libx11-dev libxcb1-dev
- curl -L -v -o vulkansdk-linux-ppc64le-$VK_VERSION.tar.gz -O https://sdk.lunarg.com/sdk/download/$VK_VERSION/linux/vulkansdk-linux-ppc64le-$VK_VERSION.tar.gz?Human=true
- tar zxf vulkansdk-linux-ppc64le-$VK_VERSION.tar.gz
script:
- cd linux
- make clean debug
- make clean release
- os: linux
dist: xenial
compiler: g++
Expand Down

0 comments on commit cc297ca

Please sign in to comment.