mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 16:45:25 +08:00
Improve CI Travis builds
login to docker account to use separated limit for docker image pulls enable PCH and use virtuals in GCC builds on Ubuntu 20.04 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
bd49ff63af
commit
33d41b51c7
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Copyright (C) 2018 Intel Corporation
|
||||
# Copyright (C) 2018-2020 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
@@ -15,5 +15,6 @@ then
|
||||
fi
|
||||
|
||||
git clone ../compute-runtime neo && \
|
||||
([[ -z "$DOCKER_USERNAME" ]] || docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD") && \
|
||||
docker build -f scripts/docker/${DOCKERFILE} -t ${IMAGE} . && \
|
||||
docker images
|
||||
|
||||
Reference in New Issue
Block a user