"vscode:/vscode.git/clone" did not exist on "968cb132116793071c78977b3e467e85507e0571"
Commit 6766c0b2 authored by peastman's avatar peastman
Browse files

Added CI builds for PPC and ARM

parent 62394b00
......@@ -104,6 +104,28 @@ jobs:
CXX=$CCACHE/g++
CMAKE_FLAGS=""
- sudo: false
dist: xenial
python: "3.8"
name: "PPC"
arch: ppc64le
env: OPENCL=false
CUDA=false
CC=$CCACHE/gcc
CXX=$CCACHE/g++
CMAKE_FLAGS=""
- sudo: false
dist: xenial
python: "3.8"
name: "ARM"
arch: arm64
env: OPENCL=false
CUDA=false
CC=$CCACHE/gcc
CXX=$CCACHE/g++
CMAKE_FLAGS=""
before_install:
- START_TIME=$(date +%s)
- wget http://anaconda.org/omnia/ccache/3.2.4/download/${TRAVIS_OS_NAME}-64/ccache-3.2.4-0.tar.bz2
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment