mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00

Signed-off-by: Jacek Danecki <jacek.danecki@intel.com> https://github.com/intel/compute-runtime/pull/354 Change-Id: Idcb82d1c7d3468ab3d60a2a74aab2e5fdd681741
73 lines
2.1 KiB
YAML
73 lines
2.1 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: clang
|
|
env: BUILD_OS=ubuntu-18.04 COMPILER=clang-8-l0
|
|
- 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: gcc
|
|
env: BUILD_OS=ubuntu-18.04 COMPILER=gcc GEN=gen-9-l0
|
|
- os: linux
|
|
compiler: gcc
|
|
env: BUILD_OS=ubuntu-18.04 COMPILER=gcc GEN=gen-11-l0
|
|
- os: linux
|
|
compiler: gcc
|
|
env: BUILD_OS=ubuntu-18.04 COMPILER=gcc GEN=gen-12-l0
|
|
- os: linux
|
|
compiler: clang
|
|
env: BUILD_OS=ubuntu-20.04 COMPILER=clang
|
|
- os: linux
|
|
compiler: clang
|
|
env: BUILD_OS=ubuntu-20.04 COMPILER=clang-l0
|
|
- 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
|
|
- os: linux
|
|
compiler: gcc
|
|
env: BUILD_OS=ubuntu-20.04 COMPILER=gcc GEN=gen-9-l0
|
|
- os: linux
|
|
compiler: gcc
|
|
env: BUILD_OS=ubuntu-20.04 COMPILER=gcc GEN=gen-11-l0
|
|
- os: linux
|
|
compiler: gcc
|
|
env: BUILD_OS=ubuntu-20.04 COMPILER=gcc GEN=gen-12-l0
|
|
|
|
|
|
script: ./scripts/run-build.sh
|
|
|