Files
compute-runtime/.travis.yml
Jacek Danecki f3caf5f59a ci: fetch git repository without limits
- default depth=50 is to small to get the latest tag

Change-Id: I108f48865736c5afbd6e1e53648101a5f70701f8
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>
2018-06-25 21:35:55 +02:00

65 lines
1.7 KiB
YAML

language: c
compiler:
- gcc
sudo: required
services:
- docker
git:
depth: false
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: clang
env: BUILD_OS=ubuntu-18.04 COMPILER=clang-6
- 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
- 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
- os: linux
compiler: clang
env: BUILD_OS=arch COMPILER=clang-6
- os: linux
compiler: gcc
env: BUILD_OS=fedora-27 COMPILER=gcc-7
- os: linux
compiler: clang
env: BUILD_OS=fedora-27 COMPILER=clang-5
- os: linux
compiler: gcc
env: BUILD_OS=fedora-28 COMPILER=gcc-8
- os: linux
compiler: clang
env: BUILD_OS=fedora-28 COMPILER=clang-6
script: ./scripts/run-build.sh