mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
ci: add scripts to build Neo on external CI systems
IGC binaries are used from specific Neo release. IGC sources are synchronized with binary release. Change-Id: If75aebc68aa0ced1b5c7493747eedc3e16842252
This commit is contained in:

committed by
sys_ocldev

parent
561db94eac
commit
80f11d1ac2
39
.travis.yml
Normal file
39
.travis.yml
Normal file
@ -0,0 +1,39 @@
|
||||
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
|
||||
|
||||
script: ./scripts/run-build.sh
|
||||
|
Reference in New Issue
Block a user