mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
ci: add builds on Arch with gcc-8
- GEN8 and GEN9 support is built and tested separately - don't use dpkg in Arch builds - optimize build times Change-Id: I0be818d2afa9a86281a4e4030e8ecd10cd861efe Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
4c4e682bc7
commit
ab507d73de
@ -34,6 +34,12 @@ matrix:
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
env: BUILD_OS=arch COMPILER=gcc-5
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
env: BUILD_OS=arch COMPILER=gcc-8 GEN=gen-8
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
env: BUILD_OS=arch COMPILER=gcc-8 GEN=gen-9
|
||||
|
||||
script: ./scripts/run-build.sh
|
||||
|
||||
|
Reference in New Issue
Block a user