mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
Ubuntu 19.10 is EOL Change-Id: I325d484593e411bb560976875f8bf5c02573b52e Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>
48 lines
1.2 KiB
YAML
48 lines
1.2 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-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
|
|
|