Files
compute-runtime/.travis.yml
Jacek Danecki e8085c5740 Stop building Neo under Ubuntu 16.04
- IGC stopped to support Ubuntu 16.04

Change-Id: I45a4993c7ffa2633ec6060b924e4a70ba791347b
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>
2020-04-14 01:52:27 +02:00

63 lines
1.7 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: clang
env: BUILD_OS=ubuntu-18.04 COMPILER=clang-8
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-18.04 COMPILER=gcc GEN=gen-8
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-18.04 COMPILER=gcc GEN=gen-9
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-18.04 COMPILER=gcc GEN=gen-11
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-18.04 COMPILER=gcc GEN=gen-12
- os: linux
compiler: clang
env: BUILD_OS=ubuntu-19.10 COMPILER=clang
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-19.10 COMPILER=gcc GEN=gen-8
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-19.10 COMPILER=gcc GEN=gen-9
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-19.10 COMPILER=gcc GEN=gen-11
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-19.10 COMPILER=gcc GEN=gen-12
- os: linux
compiler: clang
env: BUILD_OS=ubuntu-20.04 COMPILER=clang
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-20.04 COMPILER=gcc GEN=gen-8
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-20.04 COMPILER=gcc GEN=gen-9
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-20.04 COMPILER=gcc GEN=gen-11
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-20.04 COMPILER=gcc GEN=gen-12
script: ./scripts/run-build.sh