Files
compute-runtime/.travis.yml
Jacek Danecki 37136df1b4 ci: update builds scripts
- build Neo for specific GEN to decrease build time on Travis
- don't run aub tests on Arch on Semaphore to decrease disk size usage
- cleanup in build scripts

Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>

https://github.com/intel/compute-runtime/pull/227

Change-Id: I037ae1bc1e81fefe43e948453768bc83f0b18f63
2019-10-24 13:19:04 +02:00

87 lines
2.6 KiB
YAML

language: c
compiler:
- gcc
sudo: required
services:
- docker
git:
depth: false
notifications:
email:
recipients:
- compute-runtime@intel.com
matrix:
include:
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-16.04 COMPILER=gcc-5 GEN=gen-8
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-16.04 COMPILER=gcc-5 GEN=gen-9
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-16.04 COMPILER=gcc-5 GEN=gen-11
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-16.04 COMPILER=gcc-5 GEN=gen-12
- 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: clang
env: BUILD_OS=ubuntu-18.04 COMPILER=clang-6
- os: linux
compiler: clang
env: BUILD_OS=ubuntu-18.04 COMPILER=clang-7
- os: linux
compiler: clang
env: BUILD_OS=ubuntu-18.04 COMPILER=clang-8
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-18.04 COMPILER=gcc-5 GEN=gen-8
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-18.04 COMPILER=gcc-5 GEN=gen-9
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-18.04 COMPILER=gcc-5 GEN=gen-11
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-18.04 COMPILER=gcc-5 GEN=gen-12
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-18.04 COMPILER=gcc-6 GEN=gen-8
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-18.04 COMPILER=gcc-6 GEN=gen-9
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-18.04 COMPILER=gcc-6 GEN=gen-11
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-18.04 COMPILER=gcc-6 GEN=gen-12
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-18.04 COMPILER=gcc-7 GEN=gen-8
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-18.04 COMPILER=gcc-7 GEN=gen-9
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-18.04 COMPILER=gcc-7 GEN=gen-11
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-18.04 COMPILER=gcc-7 GEN=gen-12
script: ./scripts/run-build.sh