ci: update compilers and OS's

Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>

https://github.com/intel/compute-runtime/pull/269

Change-Id: I5dfa4b226bcfd212274f502e21d027a977b9e840
This commit is contained in:
Jacek Danecki
2020-03-03 14:40:08 +01:00
committed by sys_ocldev
parent 1f1fa49a3c
commit 508c4af14e
28 changed files with 140 additions and 139 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/bash
#
# Copyright (C) 2018-2020 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
git fetch -t
git clone ../compute-runtime neo
docker info
docker build -f scripts/docker/Dockerfile-fedora-32-copr -t neo-fedora-32-copr:ci .