Files
compute-runtime/.travis.yml
Jacek Danecki ab507d73de ci: add builds on Arch with gcc-8
- GEN8 and GEN9 support is built and tested separately
- don't use dpkg in Arch builds
- optimize build times

Change-Id: I0be818d2afa9a86281a4e4030e8ecd10cd861efe
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>
2018-05-24 18:24:54 +02:00

46 lines
1.2 KiB
YAML

language: c
compiler:
- gcc
sudo: required
services:
- docker
matrix:
include:
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-16.04 COMPILER=gcc-5
- os: linux
compiler: clang
env: BUILD_OS=ubuntu-16.04 COMPILER=clang-4
- os: linux
compiler: clang
env: BUILD_OS=ubuntu-16.04 COMPILER=clang-5
- os: linux
compiler: clang
env: BUILD_OS=ubuntu-18.04 COMPILER=clang-4
- os: linux
compiler: clang
env: BUILD_OS=ubuntu-18.04 COMPILER=clang-5
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-18.04 COMPILER=gcc-5
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-18.04 COMPILER=gcc-6
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-18.04 COMPILER=gcc-7
- os: linux
compiler: gcc
env: BUILD_OS=arch COMPILER=gcc-5
- os: linux
compiler: gcc
env: BUILD_OS=arch COMPILER=gcc-8 GEN=gen-8
- os: linux
compiler: gcc
env: BUILD_OS=arch COMPILER=gcc-8 GEN=gen-9
script: ./scripts/run-build.sh